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

/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp197 ASTNodeKind SupportedKind,
201 [SupportedKind](const DynTypedMatcher &M) {
202 return M.canConvertTo(SupportedKind);
204 "InnerMatchers must be convertible to SupportedKind!");
208 // Make it the same as SupportedKind, since that is the broadest type we are
210 auto RestrictKind = SupportedKind;
223 SupportedKind, RestrictKind,
228 SupportedKind, RestrictKind,
233 SupportedKind, RestrictKind,
237 return DynTypedMatcher(SupportedKind, RestrictKin
196 constructVariadic(DynTypedMatcher::VariadicOperator Op, ASTNodeKind SupportedKind, std::vector<DynTypedMatcher> InnerMatchers) argument
[all...]
/openbsd-current/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, argument
546 : SupportedKind(SupportedKind), RestrictKind(RestrictKind),
550 ASTNodeKind SupportedKind; member in class:clang::ast_matchers::internal::DynTypedMatcher

Completed in 117 milliseconds