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

/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h178 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.cpp1695 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
6839 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1590 if (GlobalIndex->lookupIdentifier(Name, FoundModules))

Completed in 968 milliseconds