Lines Matching defs:matchStmt

73 static std::optional<TestMatch> matchStmt(StringRef StatementCode,
107 auto StmtMatch = matchStmt(
147 auto StmtMatch = matchStmt(
166 auto StmtMatch = matchStmt(Snippet, ifStmt(hasCondition(stmt().bind("a1")),
179 auto StmtMatch = matchStmt(Snippet, expr().bind(Id));
187 auto StmtMatch = matchStmt(Snippet, expr().bind(Id));
227 auto StmtMatch = matchStmt(Input, selectMatcher());
235 auto StmtMatch = matchStmt(Input, selectMatcher());
243 auto StmtMatch = matchStmt(Input, selectMatcher());
254 auto StmtMatch = matchStmt(Input, selectMatcher());
344 matchStmt(Snippet, memberExpr(hasObjectExpression(expr().bind(Id))));
379 matchStmt(Snippet, memberExpr(hasObjectExpression(expr().bind(Id))));
460 matchStmt(Snippet, memberExpr(hasObjectExpression(expr().bind(Id))));
478 auto StmtMatch = matchStmt(
501 matchStmt(Snippet, returnStmt(hasReturnValue(ignoringImplicit(memberExpr(
512 matchStmt(Snippet, declRefExpr(hasType(qualType().bind("type"))));
522 matchStmt(Snippet, declRefExpr(hasType(qualType().bind("type"))));
532 matchStmt(Snippet, declRefExpr(hasType(qualType().bind("type"))));
542 matchStmt(Snippet, declRefExpr(hasType(qualType().bind("type"))));
552 matchStmt(Snippet, declRefExpr(hasType(qualType().bind("type"))));
562 matchStmt(Snippet, declRefExpr(hasType(qualType().bind("type"))));
571 auto StmtMatch = matchStmt(Snippet, callExpr(callee(namedDecl().bind("fn"))));
580 auto StmtMatch = matchStmt(
606 matchStmt(Snippet, callExpr(callee(functionDecl(hasName("foo"))),
620 matchStmt(Snippet, binaryOperator(hasRHS(expr().bind("rhs"))));
632 auto StmtMatch = matchStmt(
648 matchStmt(Snippet, callExpr(callee(functionDecl(hasName("foo"))),