Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp53 class SourceSelectionArgument { class
55 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;