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

References

include/llvm/ADT/FoldingSet.h
  754     ID.Add(P.first);
  755     ID.Add(P.second);
include/llvm/ADT/ImmutableList.h
   47     ID.Add(H);
lib/Support/APFloat.cpp
 4541   NID.Add(bitcastToAPInt());
tools/clang/include/clang/Analysis/RetainSummaryManager.h
  369     ID.Add(Args);
  370     ID.Add(DefaultArgEffect);
  371     ID.Add(Receiver);
  372     ID.Add(This);
  373     ID.Add(Ret);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h
   42     ID.Add(From);
   43     ID.Add(To);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
   41     ID.Add(DynTy);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  185     ID.Add(Loc);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  110     profile.Add(T);
  237     profile.Add(T);
  288     ID.Add(From);
  289     ID.Add(To);
  361     ID.Add(t);
  404     ID.Add(t);
  447     ID.Add(t);
tools/clang/lib/AST/Type.cpp
 3166   ID.Add(epi.TypeQuals);
tools/clang/lib/Analysis/PathDiagnostic.cpp
  429   NodeID.Add(PD);
  450   NodeID.Add(PD);
 1090     ID.Add(*I);
 1095   ID.Add(Pos);
 1101     ID.Add(I);
 1107     ID.Add(*I);
 1119   ID.Add(getLocation());
 1128     ID.Add(*I);
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  132     ID.Add(Offset);
  168     ID.Add(Begin);
  169     ID.Add(End);
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  131     ID.Add(NonLocalizedString);
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
   77     ID.Add(ReceiverSymbol);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  227     ID.Add(T);
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
   68     ID.Add(ZeroSymbol);
   69     ID.Add(SFC);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1209   ID.Add(V);
 1531   ID.Add(Constraint);
 1618   ID.Add(V);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  177     ID.Add(Impl.first);
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  326   ID.Add(sym);
  338   ID.Add(ElementType);