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

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

Completed in 102 milliseconds