Lines Matching defs:Result
1019 ParsedTemplateArgument Result;
1046 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation);
1071 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation);
1077 if (EllipsisLoc.isValid() && !Result.isInvalid())
1078 Result = Actions.ActOnPackExpansion(Result, EllipsisLoc);
1080 return Result;