Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp54 class SourceSelectionArgument { class
56 virtual ~SourceSelectionArgument() {} in ~SourceSelectionArgument()
61 static std::unique_ptr<SourceSelectionArgument> fromString(StringRef Value);
89 class TestSourceSelectionArgument final : public SourceSelectionArgument {
113 class SourceRangeSelectionArgument final : public SourceSelectionArgument {
147 std::unique_ptr<SourceSelectionArgument>
148 SourceSelectionArgument::fromString(StringRef Value) { in fromString()
292 ParsedSelection = SourceSelectionArgument::fromString(*Selection); in parseSelectionArgument()
299 SourceSelectionArgument *getSelection() const { in getSelection()
312 std::unique_ptr<SourceSelectionArgument> ParsedSelection;