Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h47 CharSourceRange getFileRange(SourceManager &SM) const;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp185 std::optional<CharSourceRange> clang::tooling::getFileRange( in getFileRange() function in clang::tooling
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2493 Builder.AddFixItHint(FixItHint::CreateRemoval(Edit.getFileRange(SM))); in applyCocoaAPICheck()