Searched refs:typeAliasDecl (Results 1 – 8 of 8) 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()
571 REGISTER_MATCHER(typeAliasDecl); in RegistryMaps()
2049 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()2057 typeAliasDecl(hasName("typeAliasTest")))); in TEST_P()
731 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl; variable
628 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()
219 typeAliasDecl;