Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp33 void TestSelectionRangesInFile::dump(raw_ostream &OS) const { in dump()
42 bool TestSelectionRangesInFile::foreachRange( in foreachRange()
113 TestRefactoringResultConsumer(const TestSelectionRangesInFile &TestRanges) in TestRefactoringResultConsumer()
157 const TestSelectionRangesInFile &TestRanges;
259 TestSelectionRangesInFile::createConsumer() const { in createConsumer()
294 Optional<TestSelectionRangesInFile>
386 TestSelectionRangesInFile TestRanges = {Filename.str(), {}}; in findTestSelectionRanges()
H A DTestSupport.h53 struct TestSelectionRangesInFile { struct
98 Optional<TestSelectionRangesInFile> findTestSelectionRanges(StringRef Filename);
H A DClangRefactor.cpp90 TestSourceSelectionArgument(TestSelectionRangesInFile TestSelections) in TestSourceSelectionArgument()
108 TestSelectionRangesInFile TestSelections;
150 Optional<TestSelectionRangesInFile> ParsedTestSelection = in fromString()