Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp197 ASTNodeKind SupportedKind, in constructVariadic() argument
201 [SupportedKind](const DynTypedMatcher &M) { in constructVariadic()
202 return M.canConvertTo(SupportedKind); in constructVariadic()
210 auto RestrictKind = SupportedKind; in constructVariadic()
223 SupportedKind, RestrictKind, in constructVariadic()
228 SupportedKind, RestrictKind, in constructVariadic()
233 SupportedKind, RestrictKind, in constructVariadic()
237 return DynTypedMatcher(SupportedKind, RestrictKind, in constructVariadic()
245 SupportedKind, RestrictKind, in constructVariadic()
281 Copy.SupportedKind = Kind; in dynCastTo()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h415 : SupportedKind(ASTNodeKind::getFromNodeKind<T>()),
416 RestrictKind(SupportedKind), Implementation(Implementation) {}
443 constructVariadic(VariadicOperator Op, ASTNodeKind SupportedKind,
507 ASTNodeKind getSupportedKind() const { return SupportedKind; }
544 DynTypedMatcher(ASTNodeKind SupportedKind, ASTNodeKind RestrictKind,
546 : SupportedKind(SupportedKind), RestrictKind(RestrictKind),
550 ASTNodeKind SupportedKind;