Searched refs:TOOLING_COMPILE_ASSERT (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 56 #define TOOLING_COMPILE_ASSERT(Expr, Msg) \ macro 479 TOOLING_COMPILE_ASSERT((llvm::is_same<T, CXXOperatorCallExpr>::value || 482 TOOLING_COMPILE_ASSERT((llvm::is_same<ArgT, StringRef>::value), 517 TOOLING_COMPILE_ASSERT((llvm::is_same< DeclMatcherT, 673 TOOLING_COMPILE_ASSERT( in matchesChildOf() 690 TOOLING_COMPILE_ASSERT( in matchesDescendantOf() 708 TOOLING_COMPILE_ASSERT((llvm::is_base_of<Decl, T>::value || in matchesAncestorOf() 843 TOOLING_COMPILE_ASSERT(ReturnTypes::template ContainsSuperOf<T>::value, 861 TOOLING_COMPILE_ASSERT(ReturnTypes::template ContainsSuperOf<T>::value, 882 TOOLING_COMPILE_ASSERT(ReturnTypes::template ContainsSuperOf<T>::value, [all …]
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 275 TOOLING_COMPILE_ASSERT(IsBaseType<T>::value, in traverse()
|