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

References

tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  265   EXPECT_FALSE(matches("class Foo { public: Foo(); };", ConstructExpr));
  267       matches("class Foo { public: Foo(); }; Foo foo = Foo();", ConstructExpr));