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