Home
last modified time | relevance | path

Searched defs:StmtMatch (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/unittests/Tooling/
DStencilTest.cpp91 auto StmtMatch = matchStmt( in testError() local
131 auto StmtMatch = matchStmt( in TEST_F() local
150 auto StmtMatch = matchStmt(Snippet, ifStmt(hasCondition(stmt().bind("a1")), in TEST_F() local
163 auto StmtMatch = matchStmt(Snippet, expr().bind(Id)); in testExpr() local
171 auto StmtMatch = matchStmt(Snippet, expr().bind(Id)); in testFailure() local
340 auto StmtMatch = matchStmt( in TEST_F() local
362 auto StmtMatch = in TEST_F() local
373 auto StmtMatch = in TEST_F() local
383 auto StmtMatch = in TEST_F() local
393 auto StmtMatch = in TEST_F() local
[all …]
DSourceCodeBuildersTest.cpp71 auto StmtMatch = matchStmt(Snippet, expr().bind("expr")); in testPredicate() local
81 auto StmtMatch = matchStmt( in testPredicateOnArg() local
132 auto StmtMatch = matchStmt(Snippet, expr().bind("expr")); in testBuilder() local
/external/llvm-project/clang/unittests/AST/
DDataCollectionTest.cpp73 const StatementMatcher &StmtMatch, in hashStmt()
94 isStmtHashEqual(const StatementMatcher &StmtMatch, StringRef Code1, in isStmtHashEqual()