Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeBuildersTest.cpp148 auto StmtMatch = in TEST() local
159 auto StmtMatch = in TEST() local
170 auto StmtMatch = in TEST() local
181 auto StmtMatch = in TEST() local
194 ASSERT_TRUE(StmtMatch); in testBuilder()
203 ASSERT_TRUE(StmtMatch); in testBuildAccess()
257 ASSERT_TRUE(StmtMatch); in TEST()
380 auto StmtMatch = in TEST() local
382 ASSERT_TRUE(StmtMatch); in TEST()
394 auto StmtMatch = in TEST() local
[all …]
H A DStencilTest.cpp341 auto StmtMatch = in TEST_F() local
376 auto StmtMatch = in TEST_F() local
457 auto StmtMatch = in TEST_F() local
498 auto StmtMatch = in TEST_F() local
509 auto StmtMatch = in TEST_F() local
519 auto StmtMatch = in TEST_F() local
529 auto StmtMatch = in TEST_F() local
539 auto StmtMatch = in TEST_F() local
549 auto StmtMatch = in TEST_F() local
559 auto StmtMatch = in TEST_F() local
[all …]
/llvm-project-15.0.7/clang/unittests/AST/
H A DDataCollectionTest.cpp73 const StatementMatcher &StmtMatch, in hashStmt() argument
77 Finder.addMatcher(StmtMatch, &Hasher); in hashStmt()
94 isStmtHashEqual(const StatementMatcher &StmtMatch, StringRef Code1, in isStmtHashEqual() argument
97 testing::AssertionResult Result = hashStmt(Hash1, StmtMatch, Code1); in isStmtHashEqual()
100 if (!(Result = hashStmt(Hash2, StmtMatch, Code2))) in isStmtHashEqual()