Lines Matching defs:filePath
92 const panda_file::File *DebugInfoStorage::GetPandaFile(std::string_view filePath)
94 auto iter = sourceFileToDebugInfo_.find(filePath);
101 const ImportExportTable *DebugInfoStorage::GetImportExportTable(std::string_view filePath)
103 auto iter = sourceFileToDebugInfo_.find(filePath);
110 panda_file::ClassDataAccessor *DebugInfoStorage::GetGlobalClassAccessor(std::string_view filePath)
112 auto iter = sourceFileToDebugInfo_.find(filePath);
119 std::string_view DebugInfoStorage::GetModuleName(std::string_view filePath)
121 auto iter = sourceFileToDebugInfo_.find(filePath);
128 panda_file::File::EntityId DebugInfoStorage::FindClass(std::string_view filePath, std::string_view className)
130 auto iter = sourceFileToDebugInfo_.find(filePath);