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

References

tools/clang/include/clang/Serialization/ASTReader.h
 1629   bool hasGlobalIndex() const { return (bool)GlobalIndex; }
 1632   GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); }
tools/clang/lib/Serialization/ASTReader.cpp
 2068     if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
 4071   if (GlobalIndex)
 4090   GlobalIndex.reset(Result.first);
 4091   ModuleMgr.setGlobalIndex(GlobalIndex.get());
 4199     GlobalIndex.reset();
 8220   if (GlobalIndex) {
 8222     GlobalIndex->printStats();
 8393       if (GlobalIndex->lookupIdentifier(Name, Hits)) {
 8501         GlobalIndex->createIdentifierIterator());