Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp86 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() argument
87 : FromId(FromId), ToText(ToText) {} in ReplaceStmtWithText()
94 CharSourceRange::getTokenRange(FromMatch->getSourceRange()), ToText)); in run()
203 std::string ToText; in run() local
207 ToText += Element.Value; in run()
218 ToText += Lexer::getSourceText(Source, *Result.SourceManager, in run()
230 tooling::Replacement(*Result.SourceManager, &NodeMap.at(FromId), ToText, in run()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
86 std::string ToText; variable
/freebsd-12.1/lib/libefivar/
H A Defivar-dp-format.c2299 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDeviceNodeToText() local
2313 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDeviceNodeToText()
2318 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDeviceNodeToText()
2326 ToText (&Str, (VOID *) Node, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDeviceNodeToText()
2359 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDevicePathToText() local
2376 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDevicePathToText()
2382 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDevicePathToText()
2389 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) { in UefiDevicePathLibConvertDevicePathToText()
2399 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()