Home
last modified time | relevance | path

Searched refs:InsertAfter (Results 1 – 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs237 public virtual void InsertAfter(IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
238 InsertAfter(DEFAULT_PROGRAM_NAME, t, text); in InsertAfter()
241 public virtual void InsertAfter(int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
242 InsertAfter(DEFAULT_PROGRAM_NAME, index, text); in InsertAfter()
245 public virtual void InsertAfter(string programName, IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
246 InsertAfter(programName, t.TokenIndex, text); in InsertAfter()
249 public virtual void InsertAfter(string programName, int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs268 public virtual void InsertAfter( IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
270 InsertAfter( DEFAULT_PROGRAM_NAME, t, text ); in InsertAfter()
273 public virtual void InsertAfter( int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
275 InsertAfter( DEFAULT_PROGRAM_NAME, index, text ); in InsertAfter()
278 public virtual void InsertAfter( string programName, IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
280 InsertAfter( programName, t.TokenIndex, text ); in InsertAfter()
283 public virtual void InsertAfter( string programName, int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/external/chromium/base/
Dlinked_list_unittest.cc218 TEST(LinkedList, InsertAfter) { in TEST() argument
236 n3.InsertAfter(&n2); in TEST()
245 n4.InsertAfter(&n1); in TEST()
Dlinked_list.h99 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1287 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload;
1288 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload;
1289 procedure InsertAfter(const ProgramName: String; const T: IToken;
1291 procedure InsertAfter(const ProgramName: String; const Index: Integer;
1293 procedure InsertAfter(const T: IToken; const Text: String); overload;
1294 procedure InsertAfter(const Index: Integer; const Text: String); overload;
1295 procedure InsertAfter(const ProgramName: String; const T: IToken;
1297 procedure InsertAfter(const ProgramName: String; const Index: Integer;
2673 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload; virtual;
2674 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload; virtual;
[all …]
/external/clang/include/clang/Rewrite/Core/
DRewriter.h70 bool InsertAfter = true);
192 bool InsertAfter = true, bool indentNewLines = false);
/external/clang/lib/Rewrite/Core/
DRewriter.cpp93 bool InsertAfter) { in InsertText() argument
98 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText()
239 bool InsertAfter, bool indentNewLines) { in InsertText() argument
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
/external/v8/test/cctest/
Dtest-spaces.cc146 first_page->InsertAfter(faked_space.anchor()->prev_page()); in TEST()
160 other->InsertAfter(first_page); in TEST()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp127 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon41c95d6e0111::SSAIfConv
247 if (InsertAfter.insert(DefMI)) in canSpeculateInstrs()
280 if (InsertAfter.count(I)) { in findInsertionPoint()
430 InsertAfter.clear(); in canConvertIf()
/external/chromium/sdch/open-vcdiff/src/gtest/src/
Dgtest-internal-inl.h292 ListNode<E>* InsertAfter(ListNode<E>* node, const E& element) { in InsertAfter() function
/external/v8/src/
Dspaces.cc470 void MemoryChunk::InsertAfter(MemoryChunk* other) { in InsertAfter() function in v8::internal::MemoryChunk
864 p->InsertAfter(anchor_.prev_page()); in Expand()
1327 new_page->InsertAfter(page); in Commit()
1378 new_page->InsertAfter(last_page); in GrowTo()
Dhydrogen-instructions.cc574 void HInstruction::InsertAfter(HInstruction* previous) { in InsertAfter() function in v8::internal::HInstruction
583 InsertAfter(block->end()->FirstSuccessor()->first()); in InsertAfter()
Dspaces.h559 void InsertAfter(MemoryChunk* other);
Dhydrogen-instructions.h825 void InsertAfter(HInstruction* previous);
Dhydrogen.cc115 instr->InsertAfter(last_); in AddInstruction()
568 constant->InsertAfter(GetConstantUndefined()); in GetConstant()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc3104 node = test_cases_.InsertAfter(last_death_test_case_, test_case); in UnitTestImpl()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp247 bool InsertAfter = true) { in InsertText() argument
249 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
DRewriteModernObjC.cpp284 bool InsertAfter = true) { in InsertText() argument
286 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()