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