public CompletionData(LibClang.CodeCompletion.Result r, CompletionSelection selection) { _result = r; _selection = selection; }
public OverloadProvider(LibClang.CodeCompletion.Result r, CompletionSelection selection) { _result = r; _selection = selection; }