Home | History | Annotate | Download | only in AST

Lines Matching refs:Arg

295         << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
306 StringRef Arg) {
313 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
317 if (ActualArg != Arg)
320 "expected \"" << Arg.str() << "\"";