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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h83 bool insertFromRange(SourceLocation loc, CharSourceRange range,
95 bool insertFromRange(SourceLocation loc, SourceRange TokenRange, function in class:clang::edit::Commit
98 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp159 commit.insertFromRange(Hint.RemoveRange.getBegin(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp277 commit.insertFromRange(LocBeforeVal, Arg1Range, /*afterToken=*/false,
513 commit.insertFromRange(ValRange.getBegin(),
545 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
589 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
H A DCommit.cpp64 bool Commit::insertFromRange(SourceLocation loc, function in class:Commit
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp66 commit.insertFromRange(Hint.RemoveRange.getBegin(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1104 commit.insertFromRange(fixit.RemoveRange.getBegin(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp741 commit.insertFromRange(TypedefDcl->getBeginLoc(), EnumDclRange);

Completed in 172 milliseconds