Home
last modified time | relevance | path

Searched refs:FrontendOpts (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() local
71 FrontendOpts.Inputs.clear(); in onBodySynthesis()
72 FrontendOpts.Inputs.emplace_back(fileName, IK); in onBodySynthesis()
73 FrontendOpts.DisableFree = true; in onBodySynthesis()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h150 FrontendOptions FrontendOpts; variable
176 FrontendOptions &getFrontendOpts() { return FrontendOpts; } in getFrontendOpts()
177 const FrontendOptions &getFrontendOpts() const { return FrontendOpts; } in getFrontendOpts()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp410 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build() local
435 FrontendOpts.ProgramAction = frontend::GeneratePCH; in Build()
436 FrontendOpts.OutputFile = std::string( in Build()
486 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build()
H A DCompilerInstance.cpp1196 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); local
1197 FrontendOpts.OutputFile = ModuleFileName.str();
1198 FrontendOpts.DisableFree = false;
1199 FrontendOpts.GenerateGlobalModuleIndex = false;
1200 FrontendOpts.BuildingImplicitModule = true;
1201 FrontendOpts.OriginalModuleMap = std::string(OriginalModuleMapFile);
1204 FrontendOpts.Inputs = {Input};
1226 if (FrontendOpts.ModulesShareFileManager) {
H A DCompilerInvocation.cpp469 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() local
473 CodeGenOpts.DisableFree = FrontendOpts.DisableFree; in FixupInvocation()
474 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
475 if (FrontendOpts.ShowStats) in FixupInvocation()
2538 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() local
2713 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() local
4184 const FrontendOptions &FrontendOpts, in GeneratePreprocessorArgs() argument
4258 const FrontendOptions &FrontendOpts) { in ParsePreprocessorArgs() argument
4700 GenerateFrontendArgs(FrontendOpts, Args, SA, LangOpts->IsHeaderFile); in generateCC1CommandLine()
4703 GenerateLangArgs(*LangOpts, Args, SA, T, FrontendOpts.DashX); in generateCC1CommandLine()
[all …]
H A DFrontendActions.cpp137 const auto &FrontendOpts = CI.getFrontendOpts(); in CreateASTConsumer() local
142 FrontendOpts.ModuleFileExtensions, in CreateASTConsumer()
144 FrontendOpts.IncludeTimestamps, +CI.getLangOpts().CacheGeneratedPCH)); in CreateASTConsumer()
H A DASTUnit.cpp2166 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete() local
2167 CodeCompleteOptions &CodeCompleteOpts = FrontendOpts.CodeCompleteOpts; in CodeComplete()
2180 FrontendOpts.CodeCompletionAt.FileName = std::string(File); in CodeComplete()
2181 FrontendOpts.CodeCompletionAt.Line = Line; in CodeComplete()
2182 FrontendOpts.CodeCompletionAt.Column = Column; in CodeComplete()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td268 class FrontendOpts<string base>
269 : KeyPathAndMacro<"FrontendOpts.", base, "FRONTEND_"> {}
570 MarshallingInfoString<FrontendOpts<"ARCMTMigrateReportOut">>;
573 MarshallingInfoFlag<FrontendOpts<"ARCMTMigrateEmitARCErrors">>;
596 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Literals">;
599 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Subscripting">;
602 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Property">;
605 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_MigrateDecls">;
608 …MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_ReadonlyPropert…
611 …MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_ReadwriteProper…
[all …]