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

  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 61 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr);
Internals.h 61 void insertAfterToken(SourceLocation loc, StringRef text);
TransUnbridgedCasts.cpp 195 TA.insertAfterToken(CCE->getLParenLoc(), bridge);
209 TA.insertAfterToken(E->getLocEnd(), ")");
TransRetainReleaseDealloc.cpp 145 Pass.TA.insertAfterToken(RecRange.getEnd(), str);
TransformActions.cpp 134 void insertAfterToken(SourceLocation loc, StringRef text);
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) {
628 void TransformActions::insertAfterToken(SourceLocation loc,
630 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text);
TransAutoreleasePool.cpp 135 Pass.TA.insertAfterToken(afterSemi, "\n}");
Transforms.cpp 494 TA.insertAfterToken(FinalizeM->getSourceRange().getEnd(), str);
  /external/clang/include/clang/Edit/
Commit.h 66 bool insertAfterToken(SourceLocation loc, StringRef text,
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 302 commit.insertAfterToken(ValRange.getEnd(), "}");
325 commit.insertAfterToken(KeyRange.getEnd(), ": ");
Commit.cpp 104 commitableAfter = insertAfterToken(range.getEnd(), after);
  /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 {

Completed in 3490 milliseconds