Searched defs:StmtMatch (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/unittests/Tooling/ |
H A D | SourceCodeBuildersTest.cpp | 89 auto StmtMatch = matchStmt(Snippet, expr().bind("expr")); in testPredicate() local 99 auto StmtMatch = matchStmt( in testPredicateOnArg() local 149 auto StmtMatch = in TEST() local 160 auto StmtMatch = in TEST() local 171 auto StmtMatch = in TEST() local 182 auto StmtMatch = in TEST() local 194 auto StmtMatch = matchStmt(Snippet, expr().bind("expr")); in testBuilder() local 203 auto StmtMatch = matchStmt(Snippet, expr().bind("expr")); in testBuildAccess() local 255 auto StmtMatch = matchStmt( in TEST() local 381 auto StmtMatch = in TEST() local [all …]
|
H A D | StencilTest.cpp | 107 auto StmtMatch = matchStmt( in testError() local 147 auto StmtMatch = matchStmt( in TEST_F() local 166 auto StmtMatch = matchStmt(Snippet, ifStmt(hasCondition(stmt().bind("a1")), in TEST_F() local 179 auto StmtMatch in testExpr() local 187 auto StmtMatch = matchStmt(Snippet, expr().bind(Id)); testFailure() local 227 auto StmtMatch = matchStmt(Input, selectMatcher()); TEST_F() local 235 auto StmtMatch = matchStmt(Input, selectMatcher()); TEST_F() local 243 auto StmtMatch = matchStmt(Input, selectMatcher()); TEST_F() local 254 auto StmtMatch = matchStmt(Input, selectMatcher()); TEST_F() local 343 auto StmtMatch = TEST_F() local 378 auto StmtMatch = TEST_F() local 459 auto StmtMatch = TEST_F() local 478 auto StmtMatch = matchStmt( TEST_F() local 500 auto StmtMatch = TEST_F() local 511 auto StmtMatch = TEST_F() local 521 auto StmtMatch = TEST_F() local 531 auto StmtMatch = TEST_F() local 541 auto StmtMatch = TEST_F() local 551 auto StmtMatch = TEST_F() local 561 auto StmtMatch = TEST_F() local 583 auto StmtMatch = TEST_F() local 597 auto StmtMatch = TEST_F() local 610 auto StmtMatch = matchStmt( TEST_F() local 625 auto StmtMatch = TEST_F() local [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | DataCollectionTest.cpp | 73 const StatementMatcher &StmtMatch, in hashStmt() 94 isStmtHashEqual(const StatementMatcher &StmtMatch, StringRef Code1, in isStmtHashEqual()
|