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

References

tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 2520   EXPECT_TRUE(matches("int F() { int a, b; return a + b; }", RetVal));
 2521   EXPECT_FALSE(matches("int F() { int a; return a; }", RetVal));
 2522   EXPECT_FALSE(matches("void F() { return; }", RetVal));