Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4072 StringRef Source4 = R"( in TEST_P() local
4077 EXPECT_TRUE(matchesWithOpenMP51(Source4, Matcher)); in TEST_P()
4118 StringRef Source4 = R"( in TEST_P() local
4123 EXPECT_TRUE(notMatchesWithOpenMP51(Source4, Matcher)); in TEST_P()
4171 StringRef Source4 = R"( in TEST_P() local
4176 EXPECT_TRUE(notMatchesWithOpenMP51(Source4, Matcher)); in TEST_P()
4224 const std::string Source4 = R"( in TEST() local
4229 EXPECT_TRUE(matchesWithOpenMP51(Source4, Matcher)); in TEST()
4277 const std::string Source4 = R"( in TEST() local
4330 StringRef Source4 = R"( in TEST_P() local
[all …]
H A DASTMatchersNodeTest.cpp2555 StringRef Source4 = R"( in TEST() local
2560 EXPECT_TRUE(matchesWithOpenMP51(Source4, Matcher)); in TEST()