Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:IsBaseType

878 /// \brief IsBaseType<T>::value is true if T is a "base" type in the AST
881 struct IsBaseType {
893 const bool IsBaseType<T>::value;
1262 static_assert(IsBaseType<ChildT>::value,
1375 static_assert(IsBaseType<DescendantT>::value,
1395 static_assert(IsBaseType<ParentT>::value,
1415 static_assert(IsBaseType<AncestorT>::value,
1437 static_assert(IsBaseType<DescendantT>::value,