HomeSort by: relevance | last modified time | path
    Searched refs:IsBaseType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 1167 /// IsBaseType<T>::value is true if T is a "base" type in the AST
1170 struct IsBaseType {
1181 const bool IsBaseType<T>::value;
1640 static_assert(IsBaseType<ChildT>::value,
1670 static_assert(IsBaseType<DescendantT>::value,
1692 static_assert(IsBaseType<ParentT>::value,
1714 static_assert(IsBaseType<AncestorT>::value,
1738 static_assert(IsBaseType<DescendantT>::value,
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 383 static_assert(IsBaseType<T>::value,

Completed in 19 milliseconds