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 92 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str,
236 /// InsertText - Insert the specified string at the specified location in the
238 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str,
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
286 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
389 RB.InsertText(offs, indent, /*InsertAfter=*/false);
  /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/include/pdfwindow/
PWL_EditCtrl.h 36 // 5 InsertText
146 void InsertText(const FX_WCHAR* csText);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 501 void CPWL_EditCtrl::InsertText(const FX_WCHAR* csText) {
503 m_pEdit->InsertText(csText);
PWL_Edit.cpp 176 InsertText(swClipboard.c_str());
820 m_pEdit->InsertText(csText);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 385 virtual CPVT_WordPlace InsertText(
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 592 FX_BOOL InsertText(const FX_WCHAR* text,
683 FX_BOOL InsertText(const FX_WCHAR* text,
fx_edit.h 346 virtual FX_BOOL InsertText(const FX_WCHAR* text,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 479 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true,
ObjCMT.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 402 CPVT_WordPlace InsertText(const CPVT_WordPlace& place,
doc_vt.cpp 908 CPVT_WordPlace CPDF_VariableText::InsertText(const CPVT_WordPlace& place,
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 572 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,
    [all...]

Completed in 2745 milliseconds