Home
last modified time | relevance | path

Searched refs:typeAliasDecl (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DMisplacedConstCheck.cpp28 typeAliasDecl(NonConstAndNonFunctionPointerType) in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp189 typeAliasDecl(hasName("::testing::TestCase")).bind("test-case"); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp548 typeAliasDecl(IsOldCCTopLevelDecl)), in registerMatchers()
657 typeAliasDecl().bind("type_alias")), in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp571 REGISTER_MATCHER(typeAliasDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2049 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()
2057 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp731 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp628 translationUnitDecl(has(typeAliasDecl()))))))); in TEST_P()
5116 ToTU, typeAliasDecl(hasName("alias_of_f"))); in TEST_P()
6419 FirstDeclMatcher<TypeAliasDecl>().match(FromTU, typeAliasDecl()); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h219 typeAliasDecl;