Searched refs:CheckObjCMethodCall (Results 1 – 3 of 3) sorted by relevance
122 bool CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation loc,
1245 bool SemaObjC::CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation lbrac, in CheckObjCMethodCall() function in clang::SemaObjC
1929 CheckObjCMethodCall(Method, SelLoc, ArrayRef(Args.data(), Args.size())); in CheckMessageArgumentTypes()