Home
last modified time | relevance | path

Searched refs:IsBaseType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h920 struct IsBaseType { struct
932 const bool IsBaseType<T>::value; argument
1306 static_assert(IsBaseType<ChildT>::value,
1420 static_assert(IsBaseType<DescendantT>::value,
1440 static_assert(IsBaseType<ParentT>::value,
1460 static_assert(IsBaseType<AncestorT>::value,
1482 static_assert(IsBaseType<DescendantT>::value,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp290 static_assert(IsBaseType<T>::value, in traverse()