Searched refs:matchesExpr (Results 1 – 2 of 2) sorted by relevance
95 if (matchesExpr(VD->getInit())) { in VisitDeclStmt()111 if (matchesExpr(DS->getCond())) { in VisitDoStmt()123 } else if (matchesExpr(FS->getCond())) { in VisitForStmt()125 } else if (matchesExpr(FS->getInc())) { in VisitForStmt()135 if (matchesExpr(IS->getCond())) { in VisitIfStmt()152 if (matchesExpr(SS->getCond())) { in VisitSwitchStmt()160 if (matchesExpr(WS->getCond())) { in VisitWhileStmt()
42 inline bool matchesExpr(const clang::Expr *E) const { in matchesExpr() function