OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixItOpts
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
99
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
;
125
FixItOpts
.reset(new FixItRewriteToTemp());
127
FixItOpts
.reset(new FixItRewriteInPlace());
128
FixItOpts
->Silent = true;
129
FixItOpts
->FixWhatYouCan = FEOpts.FixWhatYouCan;
130
FixItOpts
->FixOnlyWarnings = FEOpts.FixOnlyWarnings
[
all
...]
FixItRewriter.cpp
39
FixItOptions *
FixItOpts
)
41
FixItOpts
(
FixItOpts
) {
80
if (NumFailures > 0 && !
FixItOpts
->FixWhatYouCan) {
88
if (
FixItOpts
->InPlace) {
99
FixItOpts
->RewriteFilename(std::string(Entry->getName()), fd);
133
if (!
FixItOpts
->Silent ||
147
if (DiagLevel >= DiagnosticsEngine::Error &&
FixItOpts
->FixOnlyWarnings) {
/src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h
79
FixItOptions *
FixItOpts
;
90
const LangOptions &LangOpts, FixItOptions *
FixItOpts
);
FrontendActions.h
32
std::unique_ptr<FixItOptions>
FixItOpts
;
/src/external/apache2/llvm/dist/clang/tools/clang-check/
ClangCheck.cpp
125
clang::FixItOptions*
FixItOpts
)
126
: clang::FixItRewriter(Diags, SourceMgr, LangOpts,
FixItOpts
) {
137
FixItOpts
.reset(new FixItOptions);
139
CI.getLangOpts(),
FixItOpts
.get()));
Completed in 51 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026