Searched refs:matchesStmt (Results 1 – 2 of 2) sorted by relevance
50 if (matchesStmt(*bI)) { in ReplaceInCompoundStmt()70 if (!matchesStmt(Child)) { in VisitStmt()83 if (matchesStmt(CS->getSubStmt())) { in VisitCaseStmt()103 if (matchesStmt(DS->getSubStmt())) { in VisitDefaultStmt()113 } else if (matchesStmt(DS->getBody())) { in VisitDoStmt()121 if (matchesStmt(FS->getInit())) { in VisitForStmt()127 } else if (matchesStmt(FS->getBody())) { in VisitForStmt()137 } else if (matchesStmt(IS->getThen())) { in VisitIfStmt()139 } else if (matchesStmt(IS->getElse())) { in VisitIfStmt()162 } else if (matchesStmt(WS->getBody())) { in VisitWhileStmt()
51 inline bool matchesStmt(const clang::Stmt *S) const { in matchesStmt() function