Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:SupportedKind

197                                    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, RestrictKind,
245 SupportedKind, RestrictKind,
281 Copy.SupportedKind = Kind;