Home
last modified time | relevance | path

Searched defs:TestRanges (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp114 TestRefactoringResultConsumer(const TestSelectionRangesInFile &TestRanges) in TestRefactoringResultConsumer() argument
158 const TestSelectionRangesInFile &TestRanges; member in clang::refactor::__anonfb6d027b0111::TestRefactoringResultConsumer
387 TestSelectionRangesInFile TestRanges = {Filename.str(), {}}; findTestSelectionRanges() local
[all...]
/llvm-project/llvm/unittests/Support/
H A DAddressRangeTest.cpp17 TEST(AddressRangeTest, TestRanges) { in TEST() argument