Lines Matching refs:getCond
4697 Expr *ToCondition = Importer.Import(S->getCond()); in VisitIfStmt()
4698 if (!ToCondition && S->getCond()) in VisitIfStmt()
4721 Expr *ToCondition = Importer.Import(S->getCond()); in VisitSwitchStmt()
4722 if (!ToCondition && S->getCond()) in VisitSwitchStmt()
4756 Expr *ToCondition = Importer.Import(S->getCond()); in VisitWhileStmt()
4757 if (!ToCondition && S->getCond()) in VisitWhileStmt()
4773 Expr *ToCondition = Importer.Import(S->getCond()); in VisitDoStmt()
4774 if (!ToCondition && S->getCond()) in VisitDoStmt()
4788 Expr *ToCondition = Importer.Import(S->getCond()); in VisitForStmt()
4789 if (!ToCondition && S->getCond()) in VisitForStmt()
4904 Expr *ToCond = Importer.Import(S->getCond()); in VisitCXXForRangeStmt()
4905 if (!ToCond && S->getCond()) in VisitCXXForRangeStmt()