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

Declarations

include/llvm/ADT/APInt.h
  352   void Profile(FoldingSetNodeID &id) const;

References

include/llvm/ADT/FoldingSet.h
  222     X.Profile(ID);
lib/Support/APSInt.cpp
   41   APInt::Profile(ID);
tools/clang/lib/AST/ODRHash.cpp
  797     T->getSize().Profile(ID);
tools/clang/lib/AST/StmtProfile.cpp
 1056   S->getValue().Profile(ID);
 1062   S->getValue().Profile(ID);