Home | History | Annotate | Download | only in Sema

Lines Matching full:chosen

2029       // Here we have chosen to ignore the forward class declaration
2319 static bool isAcceptableMethodMismatch(ObjCMethodDecl *chosen,
2321 if (!chosen->isInstanceMethod())
2324 Selector sel = chosen->getSelector();
2330 return (chosen->getReturnType()->isIntegerType());