Home | History | Annotate | Download | only in AST

Lines Matching defs:Profile

1 //===---- StmtProfile.cpp - Profile implementation for Stmt ASTs ----------===//
10 // This file implements the Stmt::Profile method, which builds a unique bit
549 S->getValue().Profile(ID);
561 S->getValue().Profile(ID);
773 // Normally, we would not profile the source expressions of OVEs.
1272 // Profile exactly as the replacement expression.
1455 Name.Profile(ID);
1466 // Mostly repetitive with TemplateArgument::Profile!
1490 Arg.getAsIntegral().Profile(ID);
1505 void Stmt::Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,