OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToText
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h
77
/// \c
ToText
.
80
ReplaceStmtWithText(StringRef FromId, StringRef
ToText
);
85
std::string
ToText
;
/src/external/apache2/llvm/dist/clang/lib/Tooling/
RefactoringCallbacks.cpp
85
ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef
ToText
)
86
: FromId(std::string(FromId)),
ToText
(std::string(
ToText
)) {}
93
CharSourceRange::getTokenRange(FromMatch->getSourceRange()),
ToText
));
202
std::string
ToText
;
206
ToText
+= Element.Value;
217
ToText
+= Lexer::getSourceText(Source, *Result.SourceManager,
229
tooling::Replacement(*Result.SourceManager, &NodeMap.at(FromId),
ToText
,
Completed in 33 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026