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

References

tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  148   EXPECT_TRUE(matches("class X {};", Value));
  149   EXPECT_FALSE(matches("int x;", Value));
  151   Value = functionDecl(constructMatcher("parameterCountIs", 2)
  153   EXPECT_TRUE(matches("void foo(int,int);", Value));
  154   EXPECT_FALSE(matches("void foo(int);", Value));