Searched refs:FEOpts (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp141 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
143 if (FEOpts.FixAndRecompile) {
151 switch (FEOpts.ARCMTAction) {
162 FEOpts.MTMigrateDir,
163 FEOpts.ARCMTMigrateReportOut,
164 FEOpts.ARCMTMigrateEmitARCErrors);
168 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
170 FEOpts.MTMigrateDir,
171 FEOpts.ObjCMTAction);
178 if (!FEOpts
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); local
98 if (!FEOpts.FixItSuffix.empty()) {
99 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
100 FEOpts.FixWhatYouCan));
103 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
120 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
122 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
124 if (FEOpts.FixToTemporaries)
129 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
130 FixItOpts->FixOnlyWarnings = FEOpts
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h66 const FrontendOptions &FEOpts);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp345 const FrontendOptions &FEOpts,
583 const FrontendOptions &FEOpts,
1028 if (FEOpts.ProgramAction == frontend::RewriteObjC ||
1130 const FrontendOptions &FEOpts) {
1149 InitializePredefinedMacros(*PP.getAuxTargetInfo(), LangOpts, FEOpts,
1152 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts,
1175 FEOpts, Builder);
343 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
581 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, const PreprocessorOptions &PPOpts, MacroBuilder &Builder) argument
1127 InitializePreprocessor( Preprocessor &PP, const PreprocessorOptions &InitOpts, const PCHContainerReader &PCHContainerRdr, const FrontendOptions &FEOpts) argument

Completed in 88 milliseconds