Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4000 StringRef Source0 = R"( in TEST_P() local
4005 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST_P()
4015 StringRef Source0 = R"( in TEST_P() local
4045 StringRef Source0 = R"( in TEST_P() local
4049 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST_P()
4091 StringRef Source0 = R"( in TEST_P() local
4095 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST_P()
4144 StringRef Source0 = R"( in TEST_P() local
4197 const std::string Source0 = R"( in TEST() local
4250 const std::string Source0 = R"( in TEST() local
[all …]
H A DASTMatchersNodeTest.cpp2504 StringRef Source0 = R"( in TEST() local
2509 EXPECT_TRUE(matchesWithOpenMP(Source0, Matcher)); in TEST()
2528 StringRef Source0 = R"( in TEST() local
2532 EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher)); in TEST()