Searched defs:FixWhatYouCan (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h30 FixItOptions() : FixWhatYouCan(false),
45 bool FixWhatYouCan; member in class:clang::FixItOptions
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp61 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) argument
63 this->FixWhatYouCan = FixWhatYouCan;
92 FEOpts.FixWhatYouCan));
95 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
121 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;

Completed in 648 milliseconds