Home
last modified time | relevance | path

Searched refs:InsertText (Results 1 – 17 of 17) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h65 void InsertText(unsigned OrigOffset, StringRef Str,
74 InsertText(OrigOffset, Str, false); in InsertTextBefore()
81 InsertText(OrigOffset, Str); in InsertTextAfter()
DRewriter.h94 bool InsertText(SourceLocation Loc, StringRef Str,
103 return InsertText(Loc, Str); in InsertTextAfter()
116 return InsertText(Loc, Str, false); in InsertTextBefore()
/external/clang/lib/Rewrite/
DRewriter.cpp92 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, in InsertText() function in RewriteBuffer
238 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in Rewriter
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
286 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true); in InsertTextAfterToken()
389 RB.InsertText(offs, indent, /*InsertAfter=*/false); in IncreaseIndentation()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp238 void InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in __anon424ac9480111::RewriteObjC
241 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
772 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
843 InsertText(onePastSemiLoc, Getr); in RewritePropertyImplDecl()
885 InsertText(onePastSemiLoc, Setr); in RewritePropertyImplDecl()
952 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration()
955 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1166 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// "); in RewriteImplementationDecl()
1192 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// "); in RewriteImplementationDecl()
1614 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
[all …]
DRewriteModernObjC.cpp289 void InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in __anonf9e3580d0111::RewriteModernObjC
292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
935 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
1007 InsertText(startGetterSetterLoc, Getr); in RewritePropertyImplDecl()
1050 InsertText(startGetterSetterLoc, Setr); in RewritePropertyImplDecl()
1124 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration()
1127 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1367 InsertText(IMD->getLocStart(), "// "); in RewriteImplementationDecl()
1371 InsertText(CID->getLocStart(), "// "); in RewriteImplementationDecl()
1397 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// "); in RewriteImplementationDecl()
[all …]
DFixItRewriter.cpp65 Rewrite.InsertText(loc, text); in insert()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h146 void InsertText(const FX_WCHAR* csText);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp501 void CPWL_EditCtrl::InsertText(const FX_WCHAR* csText) { in InsertText() function in CPWL_EditCtrl
503 m_pEdit->InsertText(csText); in InsertText()
DPWL_Edit.cpp176 InsertText(swClipboard.c_str()); in PasteText()
820 m_pEdit->InsertText(csText); in ReplaceSel()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h385 virtual CPVT_WordPlace InsertText(
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h592 FX_BOOL InsertText(const FX_WCHAR* text,
683 FX_BOOL InsertText(const FX_WCHAR* text,
Dfx_edit.h346 virtual FX_BOOL InsertText(const FX_WCHAR* text,
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp572 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE, in Undo()
647 m_pEdit->InsertText(m_swText.c_str(), m_nCharset, &m_SecProps, &m_WordProps, in Redo()
1615 FX_BOOL CFX_Edit::InsertText(const FX_WCHAR* text, in InsertText() function in CFX_Edit
1619 return InsertText(text, charset, pSecProps, pWordProps, TRUE, TRUE); in InsertText()
2744 FX_BOOL CFX_Edit::InsertText(const FX_WCHAR* text, in InsertText() function in CFX_Edit
/external/clang/lib/ARCMigrate/
DARCMT.cpp479 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true, in insert()
DObjCMT.cpp1761 Rewrite.InsertText(loc, text); in insert()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h402 CPVT_WordPlace InsertText(const CPVT_WordPlace& place,
Ddoc_vt.cpp908 CPVT_WordPlace CPDF_VariableText::InsertText(const CPVT_WordPlace& place, in InsertText() function in CPDF_VariableText