Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h83 bool insertFromRange(SourceLocation loc, CharSourceRange range,
95 bool insertFromRange(SourceLocation loc, SourceRange TokenRange,
98 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
/freebsd-14.2/contrib/llvm-project/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.cpp64 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() function in Commit
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp162 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp65 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1206 commit.insertFromRange(fixit.RemoveRange.getBegin(), in ApplyFixIt()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp727 commit.insertFromRange(TypedefDcl->getBeginLoc(), EnumDclRange); in rewriteToNSEnumDecl()