Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:has_getDecl

848   EXPECT_TRUE(internal::has_getDecl<TypedefType>::value);
849 EXPECT_TRUE(internal::has_getDecl<RecordType>::value);
850 EXPECT_FALSE(internal::has_getDecl<TemplateSpecializationType>::value);