Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h819 struct IsBaseType { struct
831 const bool IsBaseType<T>::value; argument
1199 static_assert(IsBaseType<ChildT>::value,
1312 static_assert(IsBaseType<DescendantT>::value,
1332 static_assert(IsBaseType<ParentT>::value,
1352 static_assert(IsBaseType<AncestorT>::value,
1374 static_assert(IsBaseType<DescendantT>::value,
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp273 static_assert(IsBaseType<T>::value, in traverse()