Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp294 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { in lookupIdentifier() function in GlobalModuleIndex
DASTReader.cpp1768 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) { in updateOutOfDateIdentifier()
6988 if (GlobalIndex->lookupIdentifier(Name, Hits)) { in get()
/external/clang/lib/Frontend/
DCompilerInstance.cpp1753 if (GlobalIndex->lookupIdentifier(Name, FoundModules)) in lookupMissingImports()