Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp104 static CharSourceRange getRange(const CharSourceRange &EditRange, in getRange()
126 const CharSourceRange &EditRange, const SourceManager &SM, in getFileRangeForEdit()
137 const CharSourceRange &EditRange, const SourceManager &SM, in getFileRange()
H A DRewriteRule.cpp41 std::optional<CharSourceRange> EditRange = in translateEdits() local
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h131 getFileRange(const CharSourceRange &EditRange, const ASTContext &Context, in getFileRange()