reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 6867             S, ParsedType::make(Context.getObjCInterfaceType(IFace)), SelIdents,
 6886                             ReceiverType, SelIdents));
 6894             AddSuperSendCompletion(*this, false, SelIdents, Results))
 6913         AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, CurContext,
 6922       AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors,
 6929     AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents,
 6934       AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors,
 6960         if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
 6968         R.StartParameter = SelIdents.size();
 6983         getPreferredArgumentTypeForMessageSend(Results, SelIdents.size());