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

/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp99 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
102 FixItOpts.reset(new FixItRewriteInPlace);
103 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
106 CI.getLangOpts(), FixItOpts.get()));
123 std::unique_ptr<FixItOptions> FixItOpts; local
125 FixItOpts.reset(new FixItRewriteToTemp());
127 FixItOpts.reset(new FixItRewriteInPlace());
128 FixItOpts->Silent = true;
129 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
130 FixItOpts
[all...]
H A DFixItRewriter.cpp39 FixItOptions *FixItOpts)
41 FixItOpts(FixItOpts) {
80 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
88 if (FixItOpts->InPlace) {
100 FixItOpts->RewriteFilename(std::string(Entry->getName()), fd);
134 if (!FixItOpts->Silent ||
148 if (DiagLevel >= DiagnosticsEngine::Error && FixItOpts->FixOnlyWarnings) {
37 FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const LangOptions &LangOpts, FixItOptions *FixItOpts) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h79 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 48 milliseconds