Searched refs:typeAliasDecl (Results 1 – 11 of 11) sorted by relevance
28 typeAliasDecl(NonConstAndNonFunctionPointerType) in registerMatchers()
189 typeAliasDecl(hasName("::testing::TestCase")).bind("test-case"); in registerMatchers()
548 typeAliasDecl(IsOldCCTopLevelDecl)), in registerMatchers()657 typeAliasDecl().bind("type_alias")), in registerMatchers()
404 REGISTER_MATCHER(typeAliasDecl); in RegistryMaps()
1480 typeAliasDecl(hasName("typeAliasTest2")))); in TEST()1482 typeAliasDecl(hasName("typeAliasTest")))); in TEST()
529 REGISTER_MATCHER(typeAliasDecl); in RegistryMaps()
2005 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()2013 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()
724 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl; variable
193 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl; variable
558 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()
216 typeAliasDecl;