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

Declarations

tools/clang/include/clang/Analysis/PathDiagnostic.h
  330   void Profile(llvm::FoldingSetNodeID &ID) const;

References

include/llvm/ADT/FoldingSet.h
  222     X.Profile(ID);
tools/clang/include/clang/Analysis/PathDiagnostic.h
  356     Start.Profile(ID);
  357     End.Profile(ID);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2142   Location.Profile(hash);
 2158     UL.Profile(hash);