Lines Matching defs:CondExpr
64 const auto CondExpr =
72 Finder->addMatcher(stmt(anyOf(forStmt(hasCondition(CondExpr)),
73 doStmt(hasCondition(CondExpr)),
74 whileStmt(hasCondition(CondExpr))))
237 const auto *CondExpr = Result.Nodes.getNodeAs<Expr>("cond_expr");
243 if (CondExpr) {
245 diag(CondExpr->getBeginLoc(),
252 IdDependencyRecord *IdDepVar = hasIdDepVar(CondExpr);
253 IdDependencyRecord *IdDepField = hasIdDepField(CondExpr);
255 diag(CondExpr->getBeginLoc(),
261 diag(CondExpr->getBeginLoc(),