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

  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr);
TransUnbridgedCasts.cpp 232 TA.insertAfterToken(CCE->getLParenLoc(), bridge);
246 TA.insertAfterToken(E->getLocEnd(), ")");
271 TA.insertAfterToken(WrapE->getLocEnd(), ")");
303 Pass.TA.insertAfterToken(InnerRange.getEnd(), " copy]");
Internals.h 63 void insertAfterToken(SourceLocation loc, StringRef text);
TransProtectedScope.cpp 175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {");
TransformActions.cpp 135 void insertAfterToken(SourceLocation loc, StringRef text);
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) {
627 void TransformActions::insertAfterToken(SourceLocation loc,
629 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text);
TransAutoreleasePool.cpp 136 Pass.TA.insertAfterToken(afterSemi, "\n}");
TransRetainReleaseDealloc.cpp 149 Pass.TA.insertAfterToken(RecRange.getEnd(), str);
Transforms.cpp 550 TA.insertAfterToken(FinalizeM->getSourceRange().getEnd(), str);
ObjCMT.cpp 690 commit.insertAfterToken(EndLoc, ClassString);
    [all...]
  /external/clang/include/clang/Edit/
Commit.h 69 bool insertAfterToken(SourceLocation loc, StringRef text,
  /external/antlr/runtime/ObjC/Framework/
TokenRewriteStream.h 132 - (void) insertAfterToken:(id<Token>)t Text:(NSString *)theText;
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 518 commit.insertAfterToken(ValRange.getEnd(), "}");
545 commit.insertAfterToken(KeyRange.getEnd(), ": ");
589 commit.insertAfterToken(KeyRange.getEnd(), ": ");
    [all...]
Commit.cpp 104 commitableAfter = insertAfterToken(range.getEnd(), after);
  /external/antlr/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 181 milliseconds