Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp68 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() local
70 FrontendOpts.Inputs.clear(); in onBodySynthesis()
71 FrontendOpts.Inputs.emplace_back(fileName, IK); in onBodySynthesis()
72 FrontendOpts.DisableFree = true; in onBodySynthesis()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h106 std::shared_ptr<FrontendOptions> FrontendOpts; variable
141 const FrontendOptions &getFrontendOpts() const { return *FrontendOpts; } in getFrontendOpts()
254 FrontendOptions &getFrontendOpts() { return *FrontendOpts; } in getFrontendOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp422 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build() local
448 FrontendOpts.ProgramAction = frontend::GeneratePCH; in Build()
449 FrontendOpts.OutputFile = std::string( in Build()
499 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build()
H A DCompilerInstance.cpp1210 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); local
1211 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) {
H A DFrontendActions.cpp137 const auto &FrontendOpts = CI.getFrontendOpts(); in CreateASTConsumer() local
142 FrontendOpts.ModuleFileExtensions, in CreateASTConsumer()
144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer()
H A DCompilerInvocation.cpp150 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() local
570 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() local
2770 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() local
[all …]
H A DASTUnit.cpp2185 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete() local
2186 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td294 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 …]