Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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),
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp277 commit.insertFromRange(LocBeforeVal, Arg1Range, /*afterToken=*/false, in rewriteToDictionarySubscriptSet()
513 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
545 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
589 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
H A DCommit.cpp64 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() function in Commit
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp161 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp66 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp731 commit.insertFromRange(TypedefDcl->getBeginLoc(), EnumDclRange); in rewriteToNSEnumDecl()