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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2661   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 2668   EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher));
 2675   EXPECT_TRUE(matchesWithOpenMP(Source2, Matcher));
 2682   EXPECT_TRUE(notMatchesWithOpenMP(Source3, Matcher));
 2689   EXPECT_TRUE(notMatchesWithOpenMP(Source4, Matcher));