Searched refs:has_getDecl (Results 1 – 2 of 2) sorted by relevance
560 template <typename T> struct has_getDecl { struct666 typename std::enable_if<has_getDecl<U>::value, int>::type = 0) const {
970 EXPECT_TRUE(internal::has_getDecl<TypedefType>::value); in TEST()971 EXPECT_TRUE(internal::has_getDecl<RecordType>::value); in TEST()972 EXPECT_FALSE(internal::has_getDecl<TemplateSpecializationType>::value); in TEST()