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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  444     declaratorDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  200   REGISTER_MATCHER(declaratorDecl);
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  565   EXPECT_TRUE(matches("int x;", declaratorDecl()));
  566   EXPECT_TRUE(notMatches("class A {};", declaratorDecl()));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  366                          declaratorDecl(hasTypeLoc(loc(asString("int"))))));
tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  209   Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc(