Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DMisplacedConstCheck.cpp28 typeAliasDecl(NonConstAndNonFunctionPointerType) in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp189 typeAliasDecl(hasName("::testing::TestCase")).bind("test-case"); in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp548 typeAliasDecl(IsOldCCTopLevelDecl)), in registerMatchers()
657 typeAliasDecl().bind("type_alias")), in registerMatchers()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp404 REGISTER_MATCHER(typeAliasDecl); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1480 typeAliasDecl(hasName("typeAliasTest2")))); in TEST()
1482 typeAliasDecl(hasName("typeAliasTest")))); in TEST()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp529 REGISTER_MATCHER(typeAliasDecl); in RegistryMaps()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp2005 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()
2013 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp724 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h193 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl; variable
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp558 translationUnitDecl(has(typeAliasDecl()))))))); in TEST_P()
4474 ToTU, typeAliasDecl(hasName("alias_of_f"))); in TEST_P()
5573 FirstDeclMatcher<TypeAliasDecl>().match(FromTU, typeAliasDecl()); in TEST_P()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h216 typeAliasDecl;