Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp199 class FindOccurrences : public FindSymbolOccurrencesRefactoringRule { in TEST_F() class
203 FindOccurrences(SourceRange Selection) : Selection(Selection) {} in TEST_F() function in __anon70325ece0111::TEST_F::FindOccurrences
205 static Expected<FindOccurrences> initiate(RefactoringRuleContext &, in TEST_F()
207 return FindOccurrences(Selection); in TEST_F()
220 auto Rule = createRefactoringActionRule<FindOccurrences>( in TEST_F()