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

Overridden By

tools/clang/lib/Analysis/PathDiagnostic.cpp
 1087 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const {
 1093 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const {
 1098 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const {
 1104 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const {
 1110 void PathDiagnosticNotePiece::Profile(llvm::FoldingSetNodeID &ID) const {
 1114 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const {

Declarations

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

References

include/llvm/ADT/FoldingSet.h
  222     X.Profile(ID);
tools/clang/lib/Analysis/PathDiagnostic.cpp
 1088   PathDiagnosticPiece::Profile(ID);
 1094   PathDiagnosticPiece::Profile(ID);
 1099   PathDiagnosticPiece::Profile(ID);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2030       Note->Profile(ID);