reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2700   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 2707   EXPECT_TRUE(matchesWithOpenMP(Source1, Matcher));
 2714   EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher));
 2721   EXPECT_TRUE(matchesWithOpenMP(Source3, Matcher));
 2728   EXPECT_TRUE(matchesWithOpenMP(Source4, Matcher));
 2734   EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher));
 2741   EXPECT_TRUE(matchesWithOpenMP(Source6, Matcher));