Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp113 class SourceRangeSelectionArgument final : public SourceSelectionArgument { class
115 SourceRangeSelectionArgument(ParsedSourceRange Range) in SourceRangeSelectionArgument() function in __anonf090c3dd0111::SourceRangeSelectionArgument
160 return std::make_unique<SourceRangeSelectionArgument>(std::move(*Range)); in fromString()