Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp150 Optional<TestSelectionRangesInFile> ParsedTestSelection = in fromString() local
152 if (!ParsedTestSelection) in fromString()
155 std::move(*ParsedTestSelection)); in fromString()