Example #1
0
 public CompletionData(LibClang.CodeCompletion.Result r, CompletionSelection selection)
 {
     _result = r;
     _selection = selection;
 }
Example #2
0
 public OverloadProvider(LibClang.CodeCompletion.Result r, CompletionSelection selection)
 {
     _result = r;
     _selection = selection;
 }