Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp105 ArrayRef<SourceLocation> IdLocs, in reportModuleReferences() argument
110 reportModuleReferences(Mod->Parent, IdLocs.drop_back(), ImportD, in reportModuleReferences()
113 ImportD, Mod, (SymbolRoleSet)SymbolRole::Reference, IdLocs.back()); in reportModuleReferences()
121 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule() local
122 if (!IdLocs.empty()) in importedModule()
123 Loc = IdLocs.back(); in importedModule()
148 if (!ImportD->isImplicit() && Mod->Parent && !IdLocs.empty()) { in importedModule()
149 reportModuleReferences(Mod->Parent, IdLocs.drop_back(), ImportD, in importedModule()