reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  921   static const bool value =

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1305   static_assert(IsBaseType<ChildT>::value,
 1419   static_assert(IsBaseType<DescendantT>::value,
 1439   static_assert(IsBaseType<ParentT>::value,
 1459   static_assert(IsBaseType<AncestorT>::value,
 1481   static_assert(IsBaseType<DescendantT>::value,
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  282     static_assert(IsBaseType<T>::value,