Searched refs:insertFromRange (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Commit.h | 83 bool insertFromRange(SourceLocation loc, CharSourceRange range, 95 bool insertFromRange(SourceLocation loc, SourceRange TokenRange, 98 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 277 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 D | Commit.cpp | 64 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() function in Commit
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 161 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 66 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1231 commit.insertFromRange(fixit.RemoveRange.getBegin(), in ApplyFixIt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 731 commit.insertFromRange(TypedefDcl->getBeginLoc(), EnumDclRange); in rewriteToNSEnumDecl()
|