Home
last modified time | relevance | path

Searched refs:getFileRangeForEdit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h107 getFileRangeForEdit(const CharSourceRange &EditRange, const SourceManager &SM,
111 getFileRangeForEdit(const CharSourceRange &EditRange, const ASTContext &Context,
113 return getFileRangeForEdit(EditRange, Context.getSourceManager(),
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp42 tooling::getFileRangeForEdit(*Range, *Result.Context); in translateEdits()
452 std::optional<CharSourceRange> RootRange = tooling::getFileRangeForEdit( in getRuleMatchLoc()
H A DSourceCode.cpp125 std::optional<CharSourceRange> clang::tooling::getFileRangeForEdit( in getFileRangeForEdit() function in clang::tooling