Searched refs:ToText (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) argument
86 : FromId(std::string(FromId)), ToText(std::string(ToText)) {}
93 CharSourceRange::getTokenRange(FromMatch->getSourceRange()), ToText));
202 std::string ToText; local
206 ToText += Element.Value;
217 ToText += Lexer::getSourceText(Source, *Result.SourceManager,
229 tooling::Replacement(*Result.SourceManager, &NodeMap.at(FromId), ToText,
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h77 /// \c ToText.
80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string ToText; member in class:clang::tooling::ReplaceStmtWithText
/freebsd-current/lib/libefivar/
H A Defivar-dp-format.c2435 DEVICE_PATH_TO_TEXT ToText; local
2449 ToText = DevPathToTextNodeGeneric;
2455 ToText = mUefiDevicePathLibToTextTable[Index].Function;
2463 ToText (&Str, (VOID *)Node, DisplayOnly, AllowShortcuts);
2496 DEVICE_PATH_TO_TEXT ToText; local
2513 ToText = DevPathToTextNodeGeneric;
2519 ToText = mUefiDevicePathLibToTextTable[Index].Function;
2527 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) {
2537 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts);

Completed in 192 milliseconds