Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp301 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { in lookupIdentifier() function in GlobalModuleIndex
H A DASTReader.cpp2281 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) { in updateOutOfDateIdentifier()
8425 if (GlobalIndex->lookupIdentifier(Name, Hits)) { in get()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2353 if (GlobalIndex->lookupIdentifier(Name, FoundModules)) in lookupMissingImports()