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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2519   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 2543       notMatchesWithOpenMP(Source1, stmt(nullStmt(), isOMPStructuredBlock())));
 2562   EXPECT_TRUE(notMatchesWithOpenMP(
 2572   EXPECT_TRUE(notMatchesWithOpenMP(
 2583   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 2590   EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher));
 2622   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 2629   EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher));
 2643   EXPECT_TRUE(notMatchesWithOpenMP(Source3, Matcher));
 2650   EXPECT_TRUE(notMatchesWithOpenMP(Source4, Matcher));
 2661   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 2668   EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher));
 2682   EXPECT_TRUE(notMatchesWithOpenMP(Source3, Matcher));
 2689   EXPECT_TRUE(notMatchesWithOpenMP(Source4, Matcher));
 2700   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 2734   EXPECT_TRUE(notMatchesWithOpenMP(Source5, Matcher));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1789   EXPECT_TRUE(notMatchesWithOpenMP(Source2, Matcher));
 1799   EXPECT_TRUE(notMatchesWithOpenMP(Source0, Matcher));
 1806   EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher));
 1827   EXPECT_TRUE(notMatchesWithOpenMP(Source4, Matcher));