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

References

tools/clang/include/clang/Serialization/GlobalModuleIndex.h
  164   bool lookupIdentifier(llvm::StringRef Name, HitSet &Hits);
tools/clang/lib/Frontend/CompilerInstance.cpp
 2136       GlobalModuleIndex::HitSet FoundModules;
tools/clang/lib/Serialization/ASTReader.cpp
 2065   GlobalModuleIndex::HitSet Hits;
 2066   GlobalModuleIndex::HitSet *HitsPtr = nullptr;
 8390     GlobalModuleIndex::HitSet Hits;
 8391     GlobalModuleIndex::HitSet *HitsPtr = nullptr;
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  310 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {