Searched refs:matchesConditionally (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTest.h | 85 testing::AssertionResult matchesConditionally( 147 auto Result = matchesConditionally( in matchesConditionally() 161 return matchesConditionally(Code, AMatcher, true, TestLanguages); 168 return matchesConditionally(Code, AMatcher, false, TestLanguages); 174 return matchesConditionally(Code, AMatcher, ExpectMatch, 264 return matchesConditionally(Code, AMatcher, true, {"-fopenmp=libomp"}); in matchesWithOpenMP() 270 return matchesConditionally(Code, AMatcher, false, {"-fopenmp=libomp"}); in notMatchesWithOpenMP() 276 return matchesConditionally(Code, AMatcher, true, in matchesWithOpenMP51() 283 return matchesConditionally(Code, AMatcher, false, in notMatchesWithOpenMP51() 431 return clang::ast_matchers::matchesConditionally( in matches() [all …]
|
| H A D | ASTMatchersTraversalTest.cpp | 381 EXPECT_TRUE(matchesConditionally( in TEST() 2133 EXPECT_TRUE(matchesConditionally( in TEST() 2142 EXPECT_TRUE(matchesConditionally( in TEST() 3469 EXPECT_TRUE(matchesConditionally( in TEST() 3477 EXPECT_TRUE(matchesConditionally( in TEST() 3987 EXPECT_TRUE(matchesConditionally( in TEST() 4004 EXPECT_TRUE(matchesConditionally( in TEST() 4146 EXPECT_TRUE(matchesConditionally( in TEST() 4163 EXPECT_TRUE(matchesConditionally( in TEST() 4177 EXPECT_TRUE(matchesConditionally( in TEST() [all …]
|
| H A D | ASTMatchersInternalTest.cpp | 319 EXPECT_TRUE(matchesConditionally("#include <other>\n", in TEST() 327 EXPECT_TRUE(matchesConditionally("#include \"other\"\n", in TEST() 330 EXPECT_TRUE(matchesConditionally("#include \"other\"\n", in TEST() 342 EXPECT_TRUE(matchesConditionally( in TEST() 348 EXPECT_TRUE(matchesConditionally( in TEST()
|
| H A D | ASTMatchersNodeTest.cpp | 2469 EXPECT_TRUE(matchesConditionally( in TEST() 2472 EXPECT_FALSE(matchesConditionally( in TEST() 2475 EXPECT_FALSE(matchesConditionally( in TEST() 2478 EXPECT_TRUE(matchesConditionally( in TEST() 2482 EXPECT_TRUE(matchesConditionally( in TEST()
|
| H A D | ASTMatchersNarrowingTest.cpp | 106 EXPECT_TRUE(matchesConditionally( in TEST() 767 EXPECT_TRUE(matchesConditionally( in TEST_P() 777 EXPECT_TRUE(matchesConditionally( in TEST_P()
|