Home | History | Annotate | Download | only in Parse

Lines Matching refs:DefaultArg

538   ParsedType DefaultArg;
540 DefaultArg = ParseTypeName(/*Range=*/nullptr,
545 EqualLoc, DefaultArg);
642 ParsedTemplateArgument DefaultArg;
644 DefaultArg = ParseTemplateTemplateArgument();
645 if (DefaultArg.isInvalid()) {
656 Position, EqualLoc, DefaultArg);
690 ExprResult DefaultArg;
701 DefaultArg = Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression());
702 if (DefaultArg.isInvalid())
709 DefaultArg.get());