OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FEOpts
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
143
const FrontendOptions &
FEOpts
= CI.getFrontendOpts();
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
.ASTMergeFiles.empty()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
97
const FrontendOptions &
FEOpts
= getCompilerInstance().getFrontendOpts();
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();
122
if (FixAction->BeginSourceFile(CI,
FEOpts
.Inputs[0])) {
124
if (
FEOpts
.FixToTemporaries)
129
FixItOpts->FixWhatYouCan =
FEOpts
.FixWhatYouCan;
130
FixItOpts->FixOnlyWarnings =
FEOpts
.FixOnlyWarnings
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
Utils.h
67
const FrontendOptions &
FEOpts
);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
350
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);
CompilerInstance.cpp
1502
const FrontendOptions &
FEOpts
= getFrontendOpts();
1514
/*AllowASTWithCompilerErrors=*/
FEOpts
.AllowPCMWithCompilerErrors,
Completed in 21 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026