Home
last modified time | relevance | path

Searched refs:typeAliasTemplateDecl (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DOwningMemoryCheck.cpp32 const auto OwnerDecl = typeAliasTemplateDecl(hasName("::gsl::owner")); in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp572 REGISTER_MATCHER(typeAliasTemplateDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2087 matches(Code, typeAliasTemplateDecl(hasName("typeAliasTemplateDecl")))); in TEST_P()
2089 notMatches(Code, typeAliasTemplateDecl(hasName("typeAliasDecl")))); in TEST_P()
H A DASTMatchersTraversalTest.cpp275 hasDeclaration(typeAliasTemplateDecl())))))); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp733 typeAliasTemplateDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h229 typeAliasTemplateDecl;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp4772 FromTU, typeAliasTemplateDecl(hasName("S1"))); in TEST_P()
4774 FromTU, typeAliasTemplateDecl(hasName("S2"))); in TEST_P()