Searched refs:IdLocs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | 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()
|