Lines Matching refs:RefContext
101 RefactoringRuleContext RefContext(Context.Sources); in TEST_F() local
105 RefContext.setSelectionRange({Cursor, Cursor}); in TEST_F()
108 createReplacements(Rule, RefContext); in TEST_F()
133 RefactoringRuleContext RefContext(Context.Sources); in TEST_F() local
135 createReplacements(Rule, RefContext); in TEST_F()
164 RefactoringRuleContext RefContext(Context.Sources); in TEST_F() local
167 RefContext.setSelectionRange({Cursor, Cursor}); in TEST_F()
168 Expected<AtomicChanges> Result = createReplacements(Rule, RefContext); in TEST_F()
223 RefactoringRuleContext RefContext(Context.Sources); in TEST_F() local
226 RefContext.setSelectionRange({Cursor, Cursor}); in TEST_F()
227 Optional<SymbolOccurrences> Result = findOccurrences(*Rule, RefContext); in TEST_F()