HomeSort by relevance Sort by last modified time
    Searched refs:InsertText (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 61 /// InsertText - Insert some text at the specified point, where the offset in
65 void InsertText(unsigned OrigOffset, StringRef Str,
72 /// method is the same as InsertText with "InsertAfter == false".
74 InsertText(OrigOffset, Str, false);
81 InsertText(OrigOffset, Str);
Rewriter.h 88 /// InsertText - Insert the specified string at the specified location in the
94 bool InsertText(SourceLocation Loc, StringRef Str,
101 /// at the some point (the default behavior for InsertText).
103 return InsertText(Loc, Str);
110 /// InsertText - Insert the specified string at the specified location in the
116 return InsertText(Loc, Str, false);
  /external/clang/lib/Rewrite/
Rewriter.cpp 94 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str,
238 /// InsertText - Insert the specified string at the specified location in the
240 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str,
277 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
288 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
391 RB.InsertText(offs, indent, /*InsertAfter=*/false);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 47 //5 InsertText
134 virtual void InsertText(FX_LPCWSTR csText);
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 238 void InsertText(SourceLocation Loc, StringRef Str,
241 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
772 InsertText(startLoc, "// ");
    [all...]
RewriteModernObjC.cpp 289 void InsertText(SourceLocation Loc, StringRef Str,
292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
    [all...]
FixItRewriter.cpp 65 Rewrite.InsertText(loc, text);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 585 void CPWL_EditCtrl::InsertText(FX_LPCWSTR csText)
588 m_pEdit->InsertText(csText);
PWL_Edit.cpp 195 InsertText(swClipboard.c_str());
871 m_pEdit->InsertText(csText);
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 387 virtual CPVT_WordPlace InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset = 1,
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 629 FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset = DEFAULT_CHARSET,
689 FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset,
fx_edit.h 319 virtual FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset = DEFAULT_CHARSET,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 474 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true,
ObjCMT.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 478 CPVT_WordPlace InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset = 1,
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 748 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE, TRUE);
836 m_pEdit->InsertText(m_swText.c_str(), m_nCharset, &m_SecProps, &m_WordProps, FALSE, TRUE);
    [all...]

Completed in 266 milliseconds