Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() argument
86 : FromId(std::string(FromId)), ToText(std::string(ToText)) {} in ReplaceStmtWithText()
93 CharSourceRange::getTokenRange(FromMatch->getSourceRange()), ToText)); in run()
202 std::string ToText; in run() local
206 ToText += Element.Value; in run()
217 ToText += Lexer::getSourceText(Source, *Result.SourceManager, in run()
229 tooling::Replacement(*Result.SourceManager, &NodeMap.at(FromId), ToText, in run()
/src/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string ToText; variable
/src/lib/libefivar/
H A Defivar-dp-format.c2457 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDeviceNodeToText() local
2471 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDeviceNodeToText()
2477 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDeviceNodeToText()
2485 ToText (&Str, (VOID *)Node, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDeviceNodeToText()
2518 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDevicePathToText() local
2535 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDevicePathToText()
2541 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDevicePathToText()
2549 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) { in UefiDevicePathLibConvertDevicePathToText()
2559 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()