HomeSort by relevance Sort by last modified time
    Searched defs:insertAfterToken (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 117 public function insertAfterToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
  /external/clang/include/clang/Edit/
Commit.h 69 bool insertAfterToken(SourceLocation loc, StringRef text,
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 135 void insertAfterToken(SourceLocation loc, StringRef text);
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) {
628 void TransformActions::insertAfterToken(SourceLocation loc,
630 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text);

Completed in 398 milliseconds