Home | History | Annotate | Download | only in AST

Lines Matching defs:Argument

62                                  ArrayRef<BlockCommandComment::Argument> Args) {
276 // User didn't provide a direction argument.
279 typedef BlockCommandComment::Argument Argument;
280 Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
317 typedef BlockCommandComment::Argument Argument;
318 Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
382 ArrayRef<InlineCommandComment::Argument> Args;
398 typedef InlineCommandComment::Argument Argument;
399 Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
422 ArrayRef<InlineCommandComment::Argument> Args;