Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h94 getRangeForEdit(const CharSourceRange &EditRange, const SourceManager &SM,
97 getRangeForEdit(const CharSourceRange &EditRange, const ASTContext &Context) { in getRangeForEdit() function
98 return getRangeForEdit(EditRange, Context.getSourceManager(), in getRangeForEdit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp43 tooling::getRangeForEdit(*Range, *Result.Context); in translateEdits()
418 llvm::Optional<CharSourceRange> RootRange = tooling::getRangeForEdit( in getRuleMatchLoc()
H A DSourceCode.cpp82 clang::tooling::getRangeForEdit(const CharSourceRange &EditRange, in getRangeForEdit() function in clang::tooling