Lines Matching refs:Source2
3531 StringRef Source2 = R"( in TEST_P() local
3537 Source2, ompExecutableDirective(hasStructuredBlock(anything())))); in TEST_P()
3556 StringRef Source2 = R"( in TEST_P() local
3561 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
3602 StringRef Source2 = R"( in TEST_P() local
3607 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
3648 StringRef Source2 = R"( in TEST_P() local
3653 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()
3694 const std::string Source2 = R"( in TEST() local
3699 EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher)); in TEST()
3740 StringRef Source2 = R"( in TEST_P() local
3745 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher)); in TEST_P()