Lines Matching refs:CompilerInvocation

178                                   CompilerInvocation::StringAllocator,  in denormalizeSimpleFlag()
219 CompilerInvocation::StringAllocator, Option::OptionClass, in makeBooleanOptionDenormalizer()
228 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl()
251 CompilerInvocation::StringAllocator SA, in denormalizeString()
296 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnumImpl()
313 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum()
353 CompilerInvocation::StringAllocator SA, in denormalizeStringVector()
442 static bool FixupInvocation(CompilerInvocation &Invocation, in FixupInvocation()
585 CompilerInvocation::StringAllocator SA) { in GenerateArg()
594 CompilerInvocation::StringAllocator SA) { in GenerateArg()
602 llvm::function_ref<bool(CompilerInvocation &, ArrayRef<const char *>,
607 CompilerInvocation &, SmallVectorImpl<const char *> &,
608 CompilerInvocation::StringAllocator)>;
619 CompilerInvocation &RealInvocation, in RoundTrip()
620 CompilerInvocation &DummyInvocation, in RoundTrip()
779 CompilerInvocation::StringAllocator SA) { in GenerateAnalyzerArgs()
1155 CompilerInvocation::StringAllocator SA, in GenerateOptimizationRemark()
1306 void CompilerInvocation::GenerateCodeGenArgs( in GenerateCodeGenArgs()
1546 bool CompilerInvocation::ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, in ParseCodeGenArgs()
1969 CompilerInvocation::StringAllocator SA) { in GenerateDependencyOutputArgs()
2124 CompilerInvocation::StringAllocator SA) { in GenerateFileSystemArgs()
2161 CompilerInvocation::StringAllocator SA) { in GenerateMigratorArgs()
2195 void CompilerInvocation::GenerateDiagnosticArgs( in GenerateDiagnosticArgs()
2426 CompilerInvocation::StringAllocator SA, in GenerateFrontendArgs()
2802 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath()
2811 CompilerInvocation::StringAllocator SA) { in GenerateHeaderSearchArgs()
3070 void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK, in setLangDefaults()
3295 void CompilerInvocation::GenerateLangArgs(const LangOptions &Opts, in GenerateLangArgs()
3534 bool CompilerInvocation::ParseLangArgs(LangOptions &Opts, ArgList &Args, in ParseLangArgs()
3627 CompilerInvocation::setLangDefaults(Opts, IK, T, Includes, LangStd); in ParseLangArgs()
4091 CompilerInvocation::StringAllocator SA, in GeneratePreprocessorArgs()
4255 CompilerInvocation::StringAllocator SA, frontend::ActionKind Action) { in GeneratePreprocessorOutputArgs()
4302 CompilerInvocation::StringAllocator SA) { in GenerateTargetArgs()
4349 bool CompilerInvocation::CreateFromArgsImpl( in CreateFromArgsImpl()
4350 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl()
4448 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation, in CreateFromArgs()
4452 CompilerInvocation DummyInvocation; in CreateFromArgs()
4455 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, in CreateFromArgs()
4459 [](CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, in CreateFromArgs()
4464 std::string CompilerInvocation::getModuleHash() const { in getModuleHash()
4577 void CompilerInvocation::generateCC1CommandLine( in generateCC1CommandLine()
4599 clang::createVFSFromCompilerInvocation(const CompilerInvocation &CI, in createVFSFromCompilerInvocation()
4607 const CompilerInvocation &CI, DiagnosticsEngine &Diags, in createVFSFromCompilerInvocation()