Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp232 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
246 TA.insertAfterToken(E->getLocEnd(), ")"); in rewriteToBridgedCast()
271 TA.insertAfterToken(WrapE->getLocEnd(), ")"); in rewriteToBridgedCast()
303 Pass.TA.insertAfterToken(InnerRange.getEnd(), " copy]"); in rewriteBlockCopyMacro()
DTransUnusedInitDelegate.cpp62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr); in VisitObjCMessageExpr()
DTransformActions.cpp135 void insertAfterToken(SourceLocation loc, StringRef text);
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken() function in TransformActionsImpl
628 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken() function in TransformActions
630 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text); in insertAfterToken()
DInternals.h63 void insertAfterToken(SourceLocation loc, StringRef text);
DTransProtectedScope.cpp175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
DTransRetainReleaseDealloc.cpp149 Pass.TA.insertAfterToken(RecRange.getEnd(), str); in VisitObjCMessageExpr()
DTransAutoreleasePool.cpp136 Pass.TA.insertAfterToken(afterSemi, "\n}"); in ~AutoreleasePoolRewriter()
DTransforms.cpp554 TA.insertAfterToken(FinalizeM->getSourceRange().getEnd(), str); in GCRewriteFinalize()
DObjCMT.cpp701 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
1436 commit.insertAfterToken(EndLoc, PragmaString); in AnnotateImplicitBridging()
1501 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
/external/clang/include/clang/Edit/
DCommit.h69 bool insertAfterToken(SourceLocation loc, StringRef text,
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTokenRewriteStream.h132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTokenRewriteStream.h132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.h132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
DANTLRTokenRewriteStream.m279 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTokenRewriteStream.h132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
545 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
589 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
DCommit.cpp104 commitableAfter = insertAfterToken(range.getEnd(), after); in insertWrap()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as117 …public function insertAfterToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):… method in org.antlr.runtime.TokenRewriteStream