Home | History | Annotate | Download | only in Sema

Lines Matching full:setter

4598     CodeCompletionBuilder Setter(Results.getAllocator(),
4600 Setter.AddTypedTextChunk("setter");
4601 Setter.AddTextChunk(" = ");
4602 Setter.AddPlaceholderChunk("method");
4603 Results.AddResult(CodeCompletionResult(Setter.TakeString()));