Lines Matching defs:Generate
759 // Generate command line arguments from CompilerInvocation.
782 static bool RoundTrip(ParseFn Parse, GenerateFn Generate,
856 // Generate arguments from the dummy invocation. If Generate is the
860 Generate(DummyInvocation, GeneratedArgs, SA);
864 // rest of compilation, so if Generate is not inverse of Parse, something down
882 // Generate arguments again, this time from the options we will end up using
884 Generate(RealInvocation, ComparisonArgs, SA);
896 // semantically equivalent CompilerInvocations, the Generate function may
1309 /// Generate a remark argument. This is an inverse of `ParseOptimizationRemark`.