Searched refs:FindOccurrences (Results 1 – 1 of 1) sorted by relevance
199 class FindOccurrences : public FindSymbolOccurrencesRefactoringRule { in TEST_F() class203 FindOccurrences(SourceRange Selection) : Selection(Selection) {} in TEST_F() function in __anon70325ece0111::TEST_F::FindOccurrences205 static Expected<FindOccurrences> initiate(RefactoringRuleContext &, in TEST_F()207 return FindOccurrences(Selection); in TEST_F()220 auto Rule = createRefactoringActionRule<FindOccurrences>( in TEST_F()