Home
last modified time | relevance | path

Searched refs:Source5 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4079 StringRef Source5 = R"( in TEST_P() local
4084 EXPECT_TRUE(matchesWithOpenMP(Source5, Matcher)); in TEST_P()
4125 StringRef Source5 = R"( in TEST_P() local
4130 EXPECT_TRUE(notMatchesWithOpenMP51(Source5, Matcher)); in TEST_P()
4178 StringRef Source5 = R"( in TEST_P() local
4183 EXPECT_TRUE(notMatchesWithOpenMP51(Source5, Matcher)); in TEST_P()
4231 const std::string Source5 = R"( in TEST() local
4284 const std::string Source5 = R"( in TEST() local
4289 EXPECT_TRUE(matchesWithOpenMP51(Source5, Matcher)); in TEST()
4337 StringRef Source5 = R"( in TEST_P() local
[all …]
H A DASTMatchersNodeTest.cpp2562 StringRef Source5 = R"( in TEST() local
2567 EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher)); in TEST()