Searched refs:ToText (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 85 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 D | RefactoringCallbacks.h | 80 ReplaceStmtWithText(StringRef FromId, StringRef ToText); 85 std::string ToText; variable
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 2461 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDeviceNodeToText() local 2475 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDeviceNodeToText() 2481 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDeviceNodeToText() 2489 ToText (&Str, (VOID *)Node, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDeviceNodeToText() 2522 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDevicePathToText() local 2539 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDevicePathToText() 2545 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDevicePathToText() 2553 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) { in UefiDevicePathLibConvertDevicePathToText() 2563 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()
|