Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string ToText; variable
/freebsd/lib/libefivar/
H A Defivar-dp-format.c2435 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDeviceNodeToText() local
2449 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDeviceNodeToText()
2455 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDeviceNodeToText()
2463 ToText (&Str, (VOID *)Node, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDeviceNodeToText()
2496 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDevicePathToText() local
2513 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDevicePathToText()
2519 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDevicePathToText()
2527 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) { in UefiDevicePathLibConvertDevicePathToText()
2537 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()