Home | History | Annotate | Download | only in Dynamic

Lines Matching full:arrayref

86                           ArrayRef<ParserValue> Args,
104 ArrayRef<ParserValue>,
114 MatcherList run(const SourceRange &NameRange, ArrayRef<ParserValue> Args,
136 ArrayRef<ParserValue> Args,
142 MatcherList run(const SourceRange &NameRange, ArrayRef<ParserValue> Args,
205 ArrayRef<ParserValue> Args,
216 ArrayRef<ParserValue> Args,
229 ArrayRef<ParserValue> Args,
244 ResultT (*Func)(ArrayRef<const ArgT *>)>
247 ArrayRef<ParserValue> Args,
268 Func(ArrayRef<const ArgT *>(InnerArgs, Args.size())));
308 ResultT (*Func)(ArrayRef<const ArgT *>)>