Searched refs:matchesExpr (Results 1 – 2 of 2) sorted by relevance
99 if (matchesExpr(DS->getCond())) { in VisitDoStmt()111 } else if (matchesExpr(FS->getCond())) { in VisitForStmt()113 } else if (matchesExpr(FS->getInc())) { in VisitForStmt()123 if (matchesExpr(IS->getCond())) { in VisitIfStmt()140 if (matchesExpr(SS->getCond())) { in VisitSwitchStmt()148 if (matchesExpr(WS->getCond())) { in VisitWhileStmt()
42 inline bool matchesExpr(const clang::Expr *E) const { in matchesExpr() function