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

/netbsd-current/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp143 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
145 if (FEOpts.FixAndRecompile) {
153 switch (FEOpts.ARCMTAction) {
164 FEOpts.MTMigrateDir,
165 FEOpts.ARCMTMigrateReportOut,
166 FEOpts.ARCMTMigrateEmitARCErrors);
170 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
172 FEOpts.MTMigrateDir,
173 FEOpts.ObjCMTAction);
180 if (!FEOpts
[all...]
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h67 const FrontendOptions &FEOpts);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp350 const FrontendOptions &FEOpts,
636 const FrontendOptions &FEOpts,
1095 if (FEOpts.ProgramAction == frontend::RewriteObjC ||
1194 const FrontendOptions &FEOpts) {
1213 InitializePredefinedMacros(*PP.getAuxTargetInfo(), LangOpts, FEOpts,
1216 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts,
1239 FEOpts, Builder);
348 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
634 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, const PreprocessorOptions &PPOpts, MacroBuilder &Builder) argument
1191 InitializePreprocessor( Preprocessor &PP, const PreprocessorOptions &InitOpts, const PCHContainerReader &PCHContainerRdr, const FrontendOptions &FEOpts) argument
H A DCompilerInstance.cpp1502 const FrontendOptions &FEOpts = getFrontendOpts(); local
1514 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors,

Completed in 216 milliseconds