Searched refs:matchesExpr (Results 1 – 2 of 2) sorted by relevance
105 if (matchesExpr(DS->getCond())) { in VisitDoStmt()118 } else if (matchesExpr(FS->getCond())) { in VisitForStmt()120 } else if (matchesExpr(FS->getInc())) { in VisitForStmt()131 if (matchesExpr(IS->getCond())) { in VisitIfStmt()150 if (matchesExpr(SS->getCond())) { in VisitSwitchStmt()159 if (matchesExpr(WS->getCond())) { in VisitWhileStmt()
42 inline bool matchesExpr(const clang::Expr *E) const { in matchesExpr() function