Searched refs:FrontendOpts (Results 1 – 8 of 8) sorted by relevance
68 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() local70 FrontendOpts.Inputs.clear(); in onBodySynthesis()71 FrontendOpts.Inputs.emplace_back(fileName, IK); in onBodySynthesis()72 FrontendOpts.DisableFree = true; in onBodySynthesis()
106 std::shared_ptr<FrontendOptions> FrontendOpts; variable141 const FrontendOptions &getFrontendOpts() const { return *FrontendOpts; } in getFrontendOpts()254 FrontendOptions &getFrontendOpts() { return *FrontendOpts; } in getFrontendOpts()
422 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build() local448 FrontendOpts.ProgramAction = frontend::GeneratePCH; in Build()449 FrontendOpts.OutputFile = std::string( in Build()499 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build()
1210 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); local1211 FrontendOpts.OutputFile = ModuleFileName.str();1212 FrontendOpts.DisableFree = false;1213 FrontendOpts.GenerateGlobalModuleIndex = false;1214 FrontendOpts.BuildingImplicitModule = true;1215 FrontendOpts.OriginalModuleMap = std::string(OriginalModuleMapFile);1218 FrontendOpts.Inputs = {Input};1245 if (FrontendOpts.ModulesShareFileManager) {
137 const auto &FrontendOpts = CI.getFrontendOpts(); in CreateASTConsumer() local142 FrontendOpts.ModuleFileExtensions, in CreateASTConsumer()144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer()
150 FrontendOpts(std::make_shared<FrontendOptions>()), in CompilerInvocationBase()167 FrontendOpts = make_shared_copy(X.getFrontendOpts()); in deep_copy_assign()187 FrontendOpts = X.FrontendOpts; in shallow_copy_assign()251 return ensureOwned(FrontendOpts); in getMutFrontendOpts()566 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() local570 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()571 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()572 if (FrontendOpts.ShowStats) in FixupInvocation()2601 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() local2770 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() local[all …]
2185 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete() local2186 CodeCompleteOptions &CodeCompleteOpts = FrontendOpts.CodeCompleteOpts; in CodeComplete()2199 FrontendOpts.CodeCompletionAt.FileName = std::string(File); in CodeComplete()2200 FrontendOpts.CodeCompletionAt.Line = Line; in CodeComplete()2201 FrontendOpts.CodeCompletionAt.Column = Column; in CodeComplete()
294 class FrontendOpts<string base>1472 MarshallingInfoString<FrontendOpts<"ProductName">>;4248 MarshallingInfoFlag<FrontendOpts<"ShowHelp">>;5263 MarshallingInfoString<FrontendOpts<"OutputFile">>;7193 MarshallingInfoString<FrontendOpts<"AuxTriple">>;7222 MarshallingInfoFlag<FrontendOpts<"DisableFree">>;7412 MarshallingInfoFlag<FrontendOpts<"ShowStats">>;7415 MarshallingInfoString<FrontendOpts<"StatsFile">>;7418 MarshallingInfoFlag<FrontendOpts<"AppendStats">>;7434 MarshallingInfoFlag<FrontendOpts<"FixWhatYouCan">>;[all …]