Searched refs:SourceSelectionArgument (Results 1 – 1 of 1) sorted by relevance
54 class SourceSelectionArgument { class56 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;