Home
last modified time | relevance | path

Searched refs:SupportedKind (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp113 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/
DASTMatchersInternal.h264 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