Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DOwningMemoryCheck.cpp42 const auto OwnerDecl = typeAliasTemplateDecl(hasName("::gsl::owner")); in registerMatchers()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp530 REGISTER_MATCHER(typeAliasTemplateDecl); in RegistryMaps()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp2043 matches(Code, typeAliasTemplateDecl(hasName("typeAliasTemplateDecl")))); in TEST_P()
2045 notMatches(Code, typeAliasTemplateDecl(hasName("typeAliasDecl")))); in TEST_P()
DASTMatchersTraversalTest.cpp273 hasDeclaration(typeAliasTemplateDecl())))))); in TEST()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp726 typeAliasTemplateDecl; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h226 typeAliasTemplateDecl;