reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Serialization/GlobalModuleIndex.h
  164   bool lookupIdentifier(llvm::StringRef Name, HitSet &Hits);

References

tools/clang/lib/Frontend/CompilerInstance.cpp
 2141       if (GlobalIndex->lookupIdentifier(Name, FoundModules))
tools/clang/lib/Serialization/ASTReader.cpp
 2068     if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
 8393       if (GlobalIndex->lookupIdentifier(Name, Hits)) {