Lines Matching defs:ProfileLambdaExpr
32 bool ProfileLambdaExpr;
36 bool ProfileLambdaExpr)
37 : ID(ID), Canonical(Canonical), ProfileLambdaExpr(ProfileLambdaExpr) {}
89 bool ProfileLambdaExpr)
90 : StmtProfiler(ID, Canonical, ProfileLambdaExpr), Context(Context) {}
188 : StmtProfiler(ID, /*Canonical=*/false, /*ProfileLambdaExpr=*/false),
2069 if (!ProfileLambdaExpr) {
2635 bool Canonical, bool ProfileLambdaExpr) const {
2636 StmtProfilerWithPointers Profiler(ID, Context, Canonical, ProfileLambdaExpr);