Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:has_getDecl

892   EXPECT_TRUE(internal::has_getDecl<TypedefType>::value);
893 EXPECT_TRUE(internal::has_getDecl<RecordType>::value);
894 EXPECT_FALSE(internal::has_getDecl<TemplateSpecializationType>::value);