Searched refs:FixItOpts (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp92 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
95 FixItOpts.reset(new FixItRewriteInPlace);
96 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
99 CI.getLangOpts(), FixItOpts.get()));
116 std::unique_ptr<FixItOptions> FixItOpts; local
118 FixItOpts.reset(new FixItRewriteToTemp());
120 FixItOpts.reset(new FixItRewriteInPlace());
121 FixItOpts->Silent = true;
122 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
123 FixItOpts
[all...]
H A DFixItRewriter.cpp32 FixItOptions *FixItOpts)
36 FixItOpts(FixItOpts),
76 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
84 if (FixItOpts->InPlace) {
94 std::string Filename = FixItOpts->RewriteFilename(Entry->getName(), fd);
127 if (!FixItOpts->Silent ||
141 if (DiagLevel >= DiagnosticsEngine::Error && FixItOpts->FixOnlyWarnings) {
30 FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const LangOptions &LangOpts, FixItOptions *FixItOpts) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h77 FixItOptions *FixItOpts; member in class:clang::FixItRewriter
90 const LangOptions &LangOpts, FixItOptions *FixItOpts);
H A DFrontendActions.h32 std::unique_ptr<FixItOptions> FixItOpts; member in class:clang::FixItAction

Completed in 117 milliseconds