OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FEOpts
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
136
const FrontendOptions &
FEOpts
= CI.getFrontendOpts();
139
if (
FEOpts
.FixAndRecompile) {
146
switch (
FEOpts
.ARCMTAction) {
157
FEOpts
.MTMigrateDir,
158
FEOpts
.ARCMTMigrateReportOut,
159
FEOpts
.ARCMTMigrateEmitARCErrors);
163
if (
FEOpts
.ObjCMTAction != FrontendOptions::ObjCMT_None) {
164
Act = new arcmt::ObjCMigrateAction(Act,
FEOpts
.MTMigrateDir,
165
FEOpts
.ObjCMTAction & FrontendOptions::ObjCMT_Literals,
166
FEOpts
.ObjCMTAction & FrontendOptions::ObjCMT_Subscripting
[
all
...]
/external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp
89
const FrontendOptions &
FEOpts
= getCompilerInstance().getFrontendOpts();
90
if (!
FEOpts
.FixItSuffix.empty()) {
91
FixItOpts.reset(new FixItActionSuffixInserter(
FEOpts
.FixItSuffix,
92
FEOpts
.FixWhatYouCan));
95
FixItOpts->FixWhatYouCan =
FEOpts
.FixWhatYouCan;
112
const FrontendOptions &
FEOpts
= CI.getFrontendOpts();
114
if (FixAction->BeginSourceFile(CI,
FEOpts
.Inputs[0])) {
116
if (
FEOpts
.FixToTemporaries)
121
FixItOpts->FixWhatYouCan =
FEOpts
.FixWhatYouCan;
122
FixItOpts->FixOnlyWarnings =
FEOpts
.FixOnlyWarnings
[
all
...]
/external/clang/include/clang/Frontend/
Utils.h
63
const FrontendOptions &
FEOpts
);
/external/clang/lib/Frontend/
InitPreprocessor.cpp
288
const FrontendOptions &
FEOpts
,
330
const FrontendOptions &
FEOpts
,
627
if (
FEOpts
.ProgramAction == frontend::RewriteObjC)
631
if (
FEOpts
.ProgramAction == frontend::RunAnalysis)
728
const FrontendOptions &
FEOpts
) {
746
InitializePredefinedMacros(PP.getTargetInfo(), LangOpts,
FEOpts
, Builder);
767
FEOpts
, Builder);
[
all
...]
Completed in 518 milliseconds