OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixWhatYouCan
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h
30
FixItOptions() :
FixWhatYouCan
(false),
45
bool
FixWhatYouCan
;
/external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp
61
FixItActionSuffixInserter(std::string NewSuffix, bool
FixWhatYouCan
)
63
this->
FixWhatYouCan
=
FixWhatYouCan
;
92
FEOpts.
FixWhatYouCan
));
95
FixItOpts->
FixWhatYouCan
= FEOpts.
FixWhatYouCan
;
121
FixItOpts->
FixWhatYouCan
= FEOpts.
FixWhatYouCan
;
FixItRewriter.cpp
77
if (NumFailures > 0 && !FixItOpts->
FixWhatYouCan
) {
/external/clang/tools/clang-check/
ClangCheck.cpp
74
static cl::opt<bool>
FixWhatYouCan
(
90
FixWhatYouCan
= ::
FixWhatYouCan
;
/external/clang/include/clang/Frontend/
FrontendOptions.h
130
unsigned
FixWhatYouCan
: 1; ///< Apply fixes even if there are
219
FixWhatYouCan
(false), FixOnlyWarnings(false), FixAndRecompile(false),
/external/clang/lib/Frontend/
CompilerInvocation.cpp
743
Opts.
FixWhatYouCan
= Args.hasArg(OPT_fix_what_you_can);
[
all
...]
Completed in 369 milliseconds