Home
last modified time | relevance | path

Searched refs:IdLocs (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp95 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/
DIndexingContext.cpp62 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule() local
63 if (!IdLocs.empty()) in importedModule()
64 Loc = IdLocs.front(); in importedModule()