Home
last modified time | relevance | path

Searched defs:EditRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp152 static CharSourceRange getRange(const CharSourceRange &EditRange, in getRange()
175 const CharSourceRange &EditRange, const SourceManager &SM, in getFileRangeForEdit()
186 const CharSourceRange &EditRange, const SourceManager &SM, in getFileRange()
H A DRewriteRule.cpp41 std::optional<CharSourceRange> EditRange = in translateEdits() local