Searched refs:IdLocs (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Index/ |
D | IndexingContext.cpp | 95 ArrayRef<SourceLocation> IdLocs, in reportModuleReferences() argument 100 reportModuleReferences(Mod->Parent, IdLocs.drop_back(), ImportD, in reportModuleReferences() 103 ImportD, Mod, (SymbolRoleSet)SymbolRole::Reference, IdLocs.back()); in reportModuleReferences() 111 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule() local 112 if (!IdLocs.empty()) in importedModule() 113 Loc = IdLocs.back(); in importedModule() 138 if (!ImportD->isImplicit() && Mod->Parent && !IdLocs.empty()) { in importedModule() 139 reportModuleReferences(Mod->Parent, IdLocs.drop_back(), ImportD, in importedModule()
|
/external/clang/lib/Index/ |
D | IndexingContext.cpp | 62 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule() local 63 if (!IdLocs.empty()) in importedModule() 64 Loc = IdLocs.front(); in importedModule()
|