OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FEOpts
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
122
const FrontendOptions &
FEOpts
= CI.getFrontendOpts();
124
if (
FEOpts
.FixAndRecompile) {
132
switch (
FEOpts
.ARCMTAction) {
143
FEOpts
.MTMigrateDir,
144
FEOpts
.ARCMTMigrateReportOut,
145
FEOpts
.ARCMTMigrateEmitARCErrors);
149
if (
FEOpts
.ObjCMTAction != FrontendOptions::ObjCMT_None) {
150
Act = new arcmt::ObjCMigrateAction(Act,
FEOpts
.MTMigrateDir,
151
FEOpts
.ObjCMTAction);
158
if (!
FEOpts
.ASTMergeFiles.empty()
[
all
...]
/external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
90
const FrontendOptions &
FEOpts
= getCompilerInstance().getFrontendOpts();
91
if (!
FEOpts
.FixItSuffix.empty()) {
92
FixItOpts.reset(new FixItActionSuffixInserter(
FEOpts
.FixItSuffix,
93
FEOpts
.FixWhatYouCan));
96
FixItOpts->FixWhatYouCan =
FEOpts
.FixWhatYouCan;
113
const FrontendOptions &
FEOpts
= CI.getFrontendOpts();
115
if (FixAction->BeginSourceFile(CI,
FEOpts
.Inputs[0])) {
117
if (
FEOpts
.FixToTemporaries)
122
FixItOpts->FixWhatYouCan =
FEOpts
.FixWhatYouCan;
123
FixItOpts->FixOnlyWarnings =
FEOpts
.FixOnlyWarnings
[
all
...]
/external/clang/lib/Frontend/
InitPreprocessor.cpp
363
const FrontendOptions &
FEOpts
,
472
const FrontendOptions &
FEOpts
,
[
all
...]
/external/clang/include/clang/Frontend/
Utils.h
67
const FrontendOptions &
FEOpts
);
/frameworks/compile/slang/
slang.cpp
194
clang::FrontendOptions
FEOpts
;
198
clang::InitializePreprocessor(*mPP, getPreprocessorOpts(), *Reader,
FEOpts
);
Completed in 65 milliseconds