Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersInternal.h668 struct IsBaseType { struct
680 const bool IsBaseType<T>::value; argument
1077 TOOLING_COMPILE_ASSERT(IsBaseType<ChildT>::value,
1103 TOOLING_COMPILE_ASSERT(IsBaseType<ChildT>::value,
1323 TOOLING_COMPILE_ASSERT(IsBaseType<DescendantT>::value,
1346 TOOLING_COMPILE_ASSERT(IsBaseType<ParentT>::value,
1369 TOOLING_COMPILE_ASSERT(IsBaseType<AncestorT>::value,
1394 TOOLING_COMPILE_ASSERT(IsBaseType<DescendantT>::value,
/trueos/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp275 TOOLING_COMPILE_ASSERT(IsBaseType<T>::value, in traverse()