Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp231 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
245 TA.insertAfterToken(E->getEndLoc(), ")"); in rewriteToBridgedCast()
270 TA.insertAfterToken(WrapE->getEndLoc(), ")"); in rewriteToBridgedCast()
301 Pass.TA.insertAfterToken(InnerRange.getEnd(), " copy]"); in rewriteBlockCopyMacro()
H A DTransUnusedInitDelegate.cpp62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr); in VisitObjCMessageExpr()
H A DTransformActions.cpp135 void insertAfterToken(SourceLocation loc, StringRef text);
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken() function in TransformActionsImpl
632 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken() function in TransformActions
634 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text); in insertAfterToken()
H A DInternals.h63 void insertAfterToken(SourceLocation loc, StringRef text);
H A DTransProtectedScope.cpp176 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
H A DTransRetainReleaseDealloc.cpp154 Pass.TA.insertAfterToken(RecRange.getEnd(), str); in VisitObjCMessageExpr()
H A DTransAutoreleasePool.cpp136 Pass.TA.insertAfterToken(afterSemi, "\n}"); in ~AutoreleasePoolRewriter()
H A DTransforms.cpp545 TA.insertAfterToken(FinalizeM->getSourceRange().getEnd(), str); in GCRewriteFinalize()
H A DObjCMT.cpp690 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
1414 commit.insertAfterToken(EndLoc, PragmaString); in AnnotateImplicitBridging()
1477 commit.insertAfterToken(FuncDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h74 bool insertAfterToken(SourceLocation loc, StringRef text,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
545 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
589 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
H A DCommit.cpp110 commitableAfter = insertAfterToken(range.getEnd(), after); in insertWrap()