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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp209 auto RestrictKind = SupportedKind; local
214 // RestrictKind the most restrictive can save us time. This way we reject
218 RestrictKind =
219 ASTNodeKind::getMostDerivedType(RestrictKind, IM.RestrictKind);
222 SupportedKind, RestrictKind,
227 SupportedKind, RestrictKind,
232 SupportedKind, RestrictKind,
236 return DynTypedMatcher(SupportedKind, RestrictKind,
244 SupportedKind, RestrictKind,
251 constructRestrictedWrapper(const DynTypedMatcher &InnerMatcher, ASTNodeKind RestrictKind) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h361 RestrictKind(SupportedKind), Implementation(Implementation) {}
393 ASTNodeKind RestrictKind);
436 /// same \c Implementation pointer, but different \c RestrictKind. We need to
444 return std::make_pair(RestrictKind,
489 DynTypedMatcher(ASTNodeKind SupportedKind, ASTNodeKind RestrictKind, argument
491 : SupportedKind(SupportedKind), RestrictKind(RestrictKind),
501 ASTNodeKind RestrictKind; member in class:clang::ast_matchers::internal::DynTypedMatcher

Completed in 120 milliseconds