Searched refs:SupportedKind (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 114 ast_type_traits::ASTNodeKind SupportedKind, in constructVariadic() argument 118 [SupportedKind](const DynTypedMatcher &M) { in constructVariadic() 119 return M.canConvertTo(SupportedKind); in constructVariadic() 127 auto RestrictKind = SupportedKind; in constructVariadic() 140 SupportedKind, RestrictKind, in constructVariadic() 145 SupportedKind, RestrictKind, in constructVariadic() 150 SupportedKind, RestrictKind, in constructVariadic() 157 SupportedKind, RestrictKind, in constructVariadic() 176 Copy.SupportedKind = Kind; in dynCastTo()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 321 SupportedKind(ast_type_traits::ASTNodeKind::getFromNodeKind<T>()), in DynTypedMatcher() 322 RestrictKind(SupportedKind), Implementation(Implementation) {} in DynTypedMatcher() 342 ast_type_traits::ASTNodeKind SupportedKind, 398 return SupportedKind; in getSupportedKind() 428 DynTypedMatcher(ast_type_traits::ASTNodeKind SupportedKind, in DynTypedMatcher() argument 432 SupportedKind(SupportedKind), in DynTypedMatcher() 437 ast_type_traits::ASTNodeKind SupportedKind; variable
|