Home | History | Annotate | Download | only in Sema

Lines Matching refs:Setter

4757     CodeCompletionBuilder Setter(Results.getAllocator(),
4759 Setter.AddTypedTextChunk("setter");
4760 Setter.AddTextChunk(" = ");
4761 Setter.AddPlaceholderChunk("method");
4762 Results.AddResult(CodeCompletionResult(Setter.TakeString()));