Home
last modified time | relevance | path

Searched refs:typeOK (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3614 bool typeOK, cf; in handleNSConsumedAttr() local
3617 typeOK = isValidSubjectOfNSAttribute(S, param->getType()); in handleNSConsumedAttr()
3620 typeOK = isValidSubjectOfCFAttribute(S, param->getType()); in handleNSConsumedAttr()
3624 if (!typeOK) { in handleNSConsumedAttr()
3661 bool typeOK; in handleNSReturnsRetainedAttr() local
3666 typeOK = isValidSubjectOfNSReturnsRetainedAttribute(returnType); in handleNSReturnsRetainedAttr()
3672 typeOK = isValidSubjectOfNSAttribute(S, returnType); in handleNSReturnsRetainedAttr()
3678 typeOK = isValidSubjectOfCFAttribute(S, returnType); in handleNSReturnsRetainedAttr()
3683 if (!typeOK) { in handleNSReturnsRetainedAttr()