Home
last modified time | relevance | path

Searched refs:declaratorDecl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp722 EXPECT_TRUE(matches("int x;", declaratorDecl())); in TEST_P()
723 EXPECT_TRUE(notMatches("struct A {};", declaratorDecl())); in TEST_P()
730 EXPECT_TRUE(notMatches("class A {};", declaratorDecl())); in TEST_P()
H A DASTMatchersTraversalTest.cpp448 declaratorDecl(hasTypeLoc(loc(asString("int")))))); in TEST()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp228 Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc( in TEST_F()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp219 REGISTER_MATCHER(declaratorDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp755 declaratorDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h495 declaratorDecl;