Searched refs:SourceSelectionArgument (Results 1 – 1 of 1) sorted by relevance
53 class SourceSelectionArgument { class55 virtual ~SourceSelectionArgument() {} in ~SourceSelectionArgument()60 static std::unique_ptr<SourceSelectionArgument> fromString(StringRef Value);88 class TestSourceSelectionArgument final : public SourceSelectionArgument {112 class SourceRangeSelectionArgument final : public SourceSelectionArgument {146 std::unique_ptr<SourceSelectionArgument>147 SourceSelectionArgument::fromString(StringRef Value) { in fromString()290 ParsedSelection = SourceSelectionArgument::fromString(*Selection); in parseSelectionArgument()297 SourceSelectionArgument *getSelection() const { in getSelection()310 std::unique_ptr<SourceSelectionArgument> ParsedSelection;