| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 106 std::shared_ptr<FrontendOptions> FrontendOpts; 141 const FrontendOptions &getFrontendOpts() const { return *FrontendOpts; } in getFrontendOpts() 259 FrontendOptions &getFrontendOpts() { return *FrontendOpts; } in getFrontendOpts() 382 FrontendOptions &getMutFrontendOpts();
|
| H A D | FrontendOptions.h | 276 class FrontendOptions { 538 FrontendOptions() in FrontendOptions() function
|
| H A D | CompilerInstance.h | 303 FrontendOptions &getFrontendOpts() { in getFrontendOpts() 306 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendOptions.cpp | 15 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
|
| H A D | InitPreprocessor.cpp | 390 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros() 863 const FrontendOptions &FEOpts, in InitializePredefinedMacros() 1559 const FrontendOptions &FEOpts, in InitializePreprocessor()
|
| H A D | CompilerInvocation.cpp | 136 FrontendOpts(std::make_shared<FrontendOptions>()), in CompilerInvocationBase() 238 FrontendOptions &CowCompilerInvocation::getMutFrontendOpts() { in getMutFrontendOpts() 577 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() 2857 static void GenerateFrontendArgs(const FrontendOptions &Opts, in GenerateFrontendArgs() 2859 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() 3024 static bool ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs() 3028 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() 3275 IK = FrontendOptions::getInputKindForExtension( in ParseFrontendArgs() 4853 const FrontendOptions &FrontendOpts, in GeneratePreprocessorArgs() 4926 const FrontendOptions &FrontendOpts) { in ParsePreprocessorArgs()
|
| H A D | PrecompiledPreamble.cpp | 422 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build()
|
| H A D | CompilerInstance.cpp | 1186 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in cloneForModuleCompileImpl() 1741 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader()
|
| H A D | FrontendActions.cpp | 105 const FrontendOptions &Opts = CI.getFrontendOpts(); in CreateASTConsumer()
|
| H A D | ASTUnit.cpp | 2213 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 96 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction() 119 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 66 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 64 const FrontendOptions &FEOptions;
|
| /freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 182 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in CreateFrontendAction()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 823 FrontendOptions &FEOpts = CI->getFrontendOpts(); in getCompilationDatabase()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 491 SRCS_MIN+= Frontend/FrontendOptions.cpp
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 711 FrontendOptions::getInputKindForExtension( in CreateCompileUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 657 {"_ZN5clang15FrontendOptionsD2Ev", "clang::FrontendOptions::~FrontendOptions()"}, 871 {"_ZN5clang15FrontendOptionsC2ERKS0_", "clang::FrontendOptions::FrontendOptions(clang::FrontendOpti… 932 …ng::DependencyOutputOptions const&, clang::TargetInfo const&, clang::FrontendOptions const&, clang… 947 …, clang::Diagnostic&, clang::FileManager&, clang::SourceManager&, clang::FrontendOptions const&)"}, 1141 {"_ZN5clang15FrontendOptions24getInputKindForExtensionEN4llvm9StringRefE", "clang::FrontendOptions:… 1157 …g::PreprocessorOptions const&, clang::HeaderSearchOptions const&, clang::FrontendOptions const&)"},
|