Implement code completion for Objective-C method declarations and
definitions, e.g., after - or - (id) we'll find all of the "likely" instance methods that one would want to declare or define at this point. In the latter case, we only produce results whose return types match "id". llvm-svn: 100587
Loading
Please register or sign in to comment