Home | History | Annotate | Download | only in Sema

Lines Matching refs:typeOK

3374   bool typeOK, cf;
3377 typeOK = isValidSubjectOfNSAttribute(S, param->getType());
3380 typeOK = isValidSubjectOfCFAttribute(S, param->getType());
3384 if (!typeOK) {
3421 bool typeOK;
3426 typeOK = isValidSubjectOfNSReturnsRetainedAttribute(returnType);
3432 typeOK = isValidSubjectOfNSAttribute(S, returnType);
3438 typeOK = isValidSubjectOfCFAttribute(S, returnType);
3443 if (!typeOK) {