Lines Matching defs:Source2
4371 StringRef Source2 = R"(
4377 Source2, ompExecutableDirective(hasStructuredBlock(anything()))));
4396 StringRef Source2 = R"(
4401 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher));
4442 StringRef Source2 = R"(
4447 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher));
4495 StringRef Source2 = R"(
4500 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher));
4548 const std::string Source2 = R"(
4553 EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher));
4601 const std::string Source2 = R"(
4606 EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher));
4654 StringRef Source2 = R"(
4659 EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher));