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

Declarations

include/llvm/ADT/APSInt.h
  336   void Profile(FoldingSetNodeID& ID) const;

References

include/llvm/ADT/FoldingSet.h
  225     X.Profile(ID);
tools/clang/lib/AST/StmtProfile.cpp
 2056     Arg.getAsIntegral().Profile(ID);
tools/clang/lib/AST/TemplateBase.cpp
  323     getAsIntegral().Profile(ID);
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
   95   X.Profile(ID);