Searched refs:insertFromRange (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Edit/ |
D | Commit.h | 77 bool insertFromRange(SourceLocation loc, CharSourceRange range, 89 bool insertFromRange(SourceLocation loc, SourceRange TokenRange, 92 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 278 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()
|
D | Commit.cpp | 59 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() function in Commit
|
/external/clang/lib/Frontend/Rewrite/ |
D | FixItRewriter.cpp | 155 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 59 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 730 commit.insertFromRange(TypedefDcl->getLocStart(), EnumDclRange); in rewriteToNSEnumDecl()
|