Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp3577 StringRef Source5 = R"( in TEST_P() local
3582 EXPECT_TRUE(matchesWithOpenMP(Source5, Matcher)); in TEST_P()
3623 const std::string Source5 = R"( in TEST_P() local
3628 EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher)); in TEST_P()
3669 const std::string Source5 = R"( in TEST_P() local
3674 EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher)); in TEST_P()
3715 const std::string Source5 = R"( in TEST() local
3720 EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher)); in TEST()
3761 StringRef Source5 = R"( in TEST_P() local
3766 EXPECT_TRUE(matchesWithOpenMP(Source5, Matcher)); in TEST_P()
DASTMatchersNodeTest.cpp2210 StringRef Source5 = R"( in TEST() local
2215 EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher)); in TEST()