Home
last modified time | relevance | path

Searched refs:NewText (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DTodoCommentCheck.cpp39 std::string NewText = ("// TODO(" + Twine(User) + "): " + Comment).str(); in HandleComment() local
43 NewText); in HandleComment()
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DTweakTesting.cpp135 auto NewText = It.second.apply(); in apply() local
136 if (!NewText) in apply()
137 return "bad edits: " + llvm::toString(NewText.takeError()); in apply()
138 llvm::StringRef Unwrapped = unwrap(Context, *NewText); in apply()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUniqueptrResetReleaseCheck.cpp122 std::string NewText = LeftText + " = " + RightText; in check() local
125 CharSourceRange::getTokenRange(ResetCall->getSourceRange()), NewText); in check()
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h23 NewText, enumerator
Dcjx_eventpseudomodel.cpp240 case XFA_Event::NewText: in Property()
/external/llvm-project/clang-tools-extra/clang-reorder-fields/
DReorderFieldsAction.cpp86 StringRef NewText = in addReplacement() local
90 CharSourceRange::getTokenRange(Old), NewText, in addReplacement()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go416 NewText: sb.String(),
439 changes[i].NewText = p.NewName
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/
Dlangsvr.go423 NewText: formatted,
446 changes[i].NewText = p.NewName
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go416 NewText: sb.String(),
439 changes[i].NewText = p.NewName
/external/tinyxml2/
Dtinyxml2.cpp1201 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone()
1638 XMLText* theText = GetDocument()->NewText( inText ); in SetText()
1979 XMLText* node = _document->NewText(text); in InsertNewText()
2213 XMLText* XMLDocument::NewText( const char* str ) in NewText() function in tinyxml2::XMLDocument
Dreadme.md93 be created by calling the appropriate XMLDocument::NewElement, NewText, etc.
Dtinyxml2.h1841 XMLText* NewText( const char* text );
Dxmltest.cpp485 sub[2]->InsertFirstChild( doc->NewText( "& Text!" )); in main()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp2196 SmallString<512> NewText; in applyEditsToTemp() local
2197 llvm::raw_svector_ostream OS(NewText); in applyEditsToTemp()
2210 TmpOut.write(NewText.data(), NewText.size()); in applyEditsToTemp()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2200 SmallString<512> NewText; in applyEditsToTemp() local
2201 llvm::raw_svector_ostream OS(NewText); in applyEditsToTemp()
2214 TmpOut.write(NewText.data(), NewText.size()); in applyEditsToTemp()
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc144 ATTR____(0x6f6556cfu, "newText", NewText, Basic)
Delement_attributes.inc504 ELEM_ATTR____(EventPseudoModel, NewText, CJX_EventPseudoModel::newText)
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3022 NewText string `json:"newText"` member
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3022 NewText string `json:"newText"` member
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3022 NewText string `json:"newText"` member