OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeToInsert
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXStoredDiagnostic.cpp
109
return cxstring::createDup(Hint.
CodeToInsert
);
CXLoadedDiagnostic.cpp
230
StringRef
CodeToInsert
) override;
363
StringRef
CodeToInsert
) {
368
if (
CodeToInsert
.size() > 65536)
371
std::make_pair(SR, TopDiags->copyString(
CodeToInsert
)));
CIndexCodeCompletion.cpp
348
return cxstring::createRef(FixIt.
CodeToInsert
.c_str());
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp
159
if (Hint.
CodeToInsert
.empty()) {
169
commit.replace(Hint.RemoveRange, Hint.
CodeToInsert
);
171
commit.insert(Hint.RemoveRange.getBegin(), Hint.
CodeToInsert
,
/src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp
1071
if (!I->
CodeToInsert
.empty()) {
1078
StringRef(I->
CodeToInsert
).find_first_of("\n\r") == StringRef::npos) {
1104
(HintCol - PrevHintEndCol) + I->
CodeToInsert
.size();
1108
std::copy(I->
CodeToInsert
.begin(), I->
CodeToInsert
.end(),
1109
FixItInsertionLine.end() - I->
CodeToInsert
.size());
1112
HintCol + llvm::sys::locale::columnWidth(I->
CodeToInsert
);
1352
OS.write_escaped(I->
CodeToInsert
);
DiagnosticRenderer.cpp
64
if (Hint.
CodeToInsert
.empty()) {
74
commit.replace(Hint.RemoveRange, Hint.
CodeToInsert
);
76
commit.insert(Hint.RemoveRange.getBegin(), Hint.
CodeToInsert
,
SerializedDiagnosticPrinter.cpp
118
StringRef
CodeToInsert
) override;
722
Record.push_back(Fix.
CodeToInsert
.size());
724
Fix.
CodeToInsert
);
ASTUnit.cpp
1243
OutFix.
CodeToInsert
= InFix.
CodeToInsert
;
2376
FH.
CodeToInsert
= FixIt.
CodeToInsert
;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
TextDiagnostics.cpp
80
Replacement Repl(SM, Hint.RemoveRange, Hint.
CodeToInsert
);
PlistDiagnostics.cpp
233
EmitString(o, fixit.
CodeToInsert
);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
82
std::string
CodeToInsert
;
102
Hint.
CodeToInsert
= std::string(Code);
137
Hint.
CodeToInsert
= std::string(Code);
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h
94
std::string
CodeToInsert
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp
607
<< " to \"" << FixIt.
CodeToInsert
<< "\")";
Completed in 27 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026