Searched refs:SupportedKind (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 113 ast_type_traits::ASTNodeKind SupportedKind, in constructVariadic() argument 117 [SupportedKind](const DynTypedMatcher &M) { in constructVariadic() 118 return M.canConvertTo(SupportedKind); in constructVariadic() 126 auto RestrictKind = SupportedKind; in constructVariadic() 139 SupportedKind, RestrictKind, in constructVariadic() 144 SupportedKind, RestrictKind, in constructVariadic() 149 SupportedKind, RestrictKind, in constructVariadic() 156 SupportedKind, RestrictKind, in constructVariadic() 175 Copy.SupportedKind = Kind; in dynCastTo()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 264 SupportedKind(ast_type_traits::ASTNodeKind::getFromNodeKind<T>()), in DynTypedMatcher() 265 RestrictKind(SupportedKind), Implementation(Implementation) {} in DynTypedMatcher() 285 ast_type_traits::ASTNodeKind SupportedKind, 341 return SupportedKind; in getSupportedKind() 371 DynTypedMatcher(ast_type_traits::ASTNodeKind SupportedKind, in DynTypedMatcher() argument 375 SupportedKind(SupportedKind), in DynTypedMatcher() 380 ast_type_traits::ASTNodeKind SupportedKind; variable
|