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

References

tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  951     for (auto I = HeaderPaths.begin(), E = HeaderPaths.end(); I != E;
  951     for (auto I = HeaderPaths.begin(), E = HeaderPaths.end(); I != E;
  965       H = HeaderPaths.size();
  966       HeaderPaths.push_back(addString(CanonicalPath));
  973     if ((H >= 0) && (H < (HeaderHandle)HeaderPaths.size()))
  974       return HeaderPaths[H];
 1204       OS << *HeaderPaths[ItemKey.File] << ":" << ItemKey.Line << ":"