Home
last modified time | relevance | path

Searched refs:FEOpts (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp146 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in CreateFrontendAction() local
148 if (FEOpts.FixAndRecompile) { in CreateFrontendAction()
156 switch (FEOpts.ARCMTAction) { in CreateFrontendAction()
167 FEOpts.MTMigrateDir, in CreateFrontendAction()
168 FEOpts.ARCMTMigrateReportOut, in CreateFrontendAction()
169 FEOpts.ARCMTMigrateEmitARCErrors); in CreateFrontendAction()
173 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) { in CreateFrontendAction()
175 FEOpts.MTMigrateDir, in CreateFrontendAction()
176 FEOpts.ObjCMTAction); in CreateFrontendAction()
183 if (!FEOpts.ASTMergeFiles.empty()) in CreateFrontendAction()
[all …]
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction() local
98 if (!FEOpts.FixItSuffix.empty()) { in BeginSourceFileAction()
99 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix, in BeginSourceFileAction()
100 FEOpts.FixWhatYouCan)); in BeginSourceFileAction()
103 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan; in BeginSourceFileAction()
120 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation() local
122 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) { in BeginInvocation()
124 if (FEOpts.FixToTemporaries) in BeginInvocation()
129 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan; in BeginInvocation()
130 FixItOpts->FixOnlyWarnings = FEOpts.FixOnlyWarnings; in BeginInvocation()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp373 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros() argument
741 const FrontendOptions &FEOpts, in InitializePredefinedMacros() argument
1208 if (FEOpts.ProgramAction == frontend::RewriteObjC || in InitializePredefinedMacros()
1313 const FrontendOptions &FEOpts) { in InitializePreprocessor() argument
1332 InitializePredefinedMacros(*PP.getAuxTargetInfo(), LangOpts, FEOpts, in InitializePreprocessor()
1335 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, in InitializePreprocessor()
1358 FEOpts, Builder); in InitializePreprocessor()
H A DCompilerInstance.cpp1672 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader() local
1684 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors, in createASTReader()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DUtils.h51 const FrontendOptions &FEOpts);
/openbsd/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp585 FrontendOptions &FEOpts = CI->getFrontendOpts(); in getCompilationDataBase() local
586 if (FEOpts.Inputs.size() != 1) { in getCompilationDataBase()
631 FEOpts.Inputs[0].getFile(), OutputFile, CommandLine); in getCompilationDataBase()