Home
last modified time | relevance | path

Searched refs:getFileRange (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h132 std::optional<CharSourceRange> getFileRange(const CharSourceRange &EditRange,
137 getFileRange(const CharSourceRange &EditRange, const ASTContext &Context, in getFileRange() function
139 return getFileRange(EditRange, Context.getSourceManager(), in getFileRange()
/llvm-project/clang/include/clang/Edit/
H A DCommit.h47 CharSourceRange getFileRange(SourceManager &SM) const;
/llvm-project/clang/lib/Edit/
H A DCommit.cpp31 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() function in Commit::Edit
/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp185 std::optional<CharSourceRange> clang::tooling::getFileRange( in getFileRange() function in clang::tooling
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2481 Builder.AddFixItHint(FixItHint::CreateRemoval(Edit.getFileRange(SM))); in applyCocoaAPICheck()