HomeSort by: relevance | last modified time | path
    Searched refs:lookupIdentifier (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
GlobalModuleIndex.h 164 bool lookupIdentifier(llvm::StringRef Name, HitSet &Hits);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 311 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
ASTReader.cpp 2074 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
8003 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 2173 if (GlobalIndex->lookupIdentifier(Name, FoundModules))

Completed in 67 milliseconds