Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp230 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
244 TA.insertAfterToken(E->getEndLoc(), ")"); in rewriteToBridgedCast()
269 TA.insertAfterToken(WrapE->getEndLoc(), ")"); in rewriteToBridgedCast()
300 Pass.TA.insertAfterToken(InnerRange.getEnd(), " copy]"); in rewriteBlockCopyMacro()
H A DTransUnusedInitDelegate.cpp61 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr); in VisitObjCMessageExpr()
H A DTransformActions.cpp134 void insertAfterToken(SourceLocation loc, StringRef text);
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken() function in TransformActionsImpl
633 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken() function in TransformActions
635 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text); in insertAfterToken()
H A DInternals.h64 void insertAfterToken(SourceLocation loc, StringRef text);
H A DTransProtectedScope.cpp176 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
H A DTransRetainReleaseDealloc.cpp153 Pass.TA.insertAfterToken(RecRange.getEnd(), str); in VisitObjCMessageExpr()
H A DTransAutoreleasePool.cpp135 Pass.TA.insertAfterToken(afterSemi, "\n}"); in ~AutoreleasePoolRewriter()
H A DTransforms.cpp546 TA.insertAfterToken(FinalizeM->getSourceRange().getEnd(), str); in GCRewriteFinalize()
H A DObjCMT.cpp691 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
1415 commit.insertAfterToken(EndLoc, PragmaString); in AnnotateImplicitBridging()
1478 commit.insertAfterToken(FuncDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DCommit.h73 bool insertAfterToken(SourceLocation loc, StringRef text,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp517 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
544 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
588 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
H A DCommit.cpp109 commitableAfter = insertAfterToken(range.getEnd(), after); in insertWrap()