Lines Matching defs:Canonical
31 bool Canonical;
35 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical,
37 : ID(ID), Canonical(Canonical), ProfileLambdaExpr(ProfileLambdaExpr) {}
88 const ASTContext &Context, bool Canonical,
90 : StmtProfiler(ID, Canonical, ProfileLambdaExpr), Context(Context) {}
100 if (Canonical && D) {
156 if (Canonical && !T.isNull())
171 if (Canonical)
177 if (Canonical)
188 : StmtProfiler(ID, /*Canonical=*/false, /*ProfileLambdaExpr=*/false),
1326 if (!Canonical)
1329 if (!Canonical) {
1352 if (Canonical)
1468 if (!Canonical)
2635 bool Canonical, bool ProfileLambdaExpr) const {
2636 StmtProfilerWithPointers Profiler(ID, Context, Canonical, ProfileLambdaExpr);