Searched defs:InsertText (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriter.cpp92 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, function in class:RewriteBuffer
236 /// InsertText - Insert the specified string at the specified location in the
238 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, function in class:Rewriter
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
286 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
389 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp501 void CPWL_EditCtrl::InsertText(const FX_WCHAR* csText) { function in class:CPWL_EditCtrl
503 m_pEdit->InsertText(csText);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp908 CPVT_WordPlace CPDF_VariableText::InsertText(const CPVT_WordPlace& place, function in class:CPDF_VariableText
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp572 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE,
647 m_pEdit->InsertText(m_swText.c_str(), m_nCharset, &m_SecProps, &m_WordProps,
1615 FX_BOOL CFX_Edit::InsertText(const FX_WCHAR* text, function in class:CFX_Edit
1619 return InsertText(text, charset, pSecProps, pWordProps, TRUE, TRUE);
2744 FX_BOOL CFX_Edit::InsertText(const FX_WCHAR* text, function in class:CFX_Edit
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp238 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon1234::RewriteObjC
241 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
772 InsertText(startLoc, "// ");
843 InsertText(onePastSemiLoc, Getr);
885 InsertText(onePastSemiLoc, Setr);
952 InsertText(LocStart, "#if 0\n");
955 InsertText(LocStart, "// ");
1166 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1192 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");
1614 InsertText(endBodyLo
[all...]
H A DRewriteModernObjC.cpp289 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon1231::RewriteModernObjC
292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
935 InsertText(startLoc, "// ");
1007 InsertText(startGetterSetterLoc, Getr);
1050 InsertText(startGetterSetterLoc, Setr);
1124 InsertText(LocStart, "#if 0\n");
1127 InsertText(LocStart, "// ");
1367 InsertText(IMD->getLocStart(), "// ");
1371 InsertText(CID->getLocStart(), "// ");
1397 InsertText(IM
[all...]

Completed in 628 milliseconds