Home
last modified time | relevance | path

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

/external/clang/include/clang/Edit/
DCommit.h77 bool insertFromRange(SourceLocation loc, CharSourceRange range,
89 bool insertFromRange(SourceLocation loc, SourceRange TokenRange,
92 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
/external/clang/lib/Edit/
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()
DCommit.cpp59 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() function in Commit
/external/clang/lib/Frontend/Rewrite/
DFixItRewriter.cpp155 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp59 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp730 commit.insertFromRange(TypedefDcl->getLocStart(), EnumDclRange); in rewriteToNSEnumDecl()