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

Overridden By

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
  198   void Profile(llvm::FoldingSetNodeID &ID) const override {
  221   void Profile(llvm::FoldingSetNodeID &ID) const override {
  305   void Profile(llvm::FoldingSetNodeID &ID) const override {
  330   void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
   44     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
   44     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
   80     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
   53     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  130   void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
   86     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  139     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  701   void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  162     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  134     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
   76   void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  322   void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/Taint.h
   90   void Profile(llvm::FoldingSetNodeID &ID) const override { ID.Add(V); }
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
   67   void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
   75     void Profile(llvm::FoldingSetNodeID &ID) const override {
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  365   void Profile(llvm::FoldingSetNodeID &ID) const override {
  845   void Profile(llvm::FoldingSetNodeID &ID) const override {
  911   void Profile(llvm::FoldingSetNodeID &ID) const override {
 1205 void FindLastStoreBRVisitor::Profile(llvm::FoldingSetNodeID &ID) const {
 1527 void TrackConstraintBRVisitor::Profile(llvm::FoldingSetNodeID &ID) const {
 1614 void SuppressInlineDefensiveChecksVisitor::Profile(
 1722   void Profile(llvm::FoldingSetNodeID &ID) const override {
 2874 void FalsePositiveRefutationBRVisitor::Profile(
 2886 void TagVisitor::Profile(llvm::FoldingSetNodeID &ID) const {

References

include/llvm/ADT/FoldingSet.h
  225     X.Profile(ID);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2114   visitor->Profile(ID);