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

/external/clang/include/clang/Edit/
H A DCommit.h77 bool insertFromRange(SourceLocation loc, CharSourceRange range,
89 bool insertFromRange(SourceLocation loc, SourceRange TokenRange, function in class:clang::edit::Commit
92 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp150 commit.insertFromRange(Hint.RemoveRange.getBegin(),
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp278 commit.insertFromRange(LocBeforeVal, Arg1Range, /*afterToken=*/false,
514 commit.insertFromRange(ValRange.getBegin(),
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
H A DCommit.cpp59 bool Commit::insertFromRange(SourceLocation loc, function in class:Commit
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp101 commit.insertFromRange(Hint.RemoveRange.getBegin(),
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp615 commit.insertFromRange(TypedefDcl->getLocStart(), EnumDclRange);

Completed in 320 milliseconds