Home
last modified time | relevance | path

Searched refs:insertFromRange (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h84 bool insertFromRange(SourceLocation loc, CharSourceRange range,
96 bool insertFromRange(SourceLocation loc, SourceRange TokenRange,
99 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp278 commit.insertFromRange(LocBeforeVal, Arg1Range, /*afterToken=*/false, in rewriteToDictionarySubscriptSet()
514 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
H A DCommit.cpp65 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() function in Commit
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp160 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp67 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp992 commit.insertFromRange(fixit.RemoveRange.getBegin(), in RewriteExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp730 commit.insertFromRange(TypedefDcl->getBeginLoc(), EnumDclRange); in rewriteToNSEnumDecl()