Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3981 bool typeOK, cf; in handleNSConsumedAttr() local
3984 typeOK = isValidSubjectOfNSAttribute(S, param->getType()); in handleNSConsumedAttr()
3987 typeOK = isValidSubjectOfCFAttribute(S, param->getType()); in handleNSConsumedAttr()
3991 if (!typeOK) { in handleNSConsumedAttr()
4049 bool typeOK; in handleNSReturnsRetainedAttr() local
4054 typeOK = isValidSubjectOfNSReturnsRetainedAttribute(returnType); in handleNSReturnsRetainedAttr()
4060 typeOK = isValidSubjectOfNSAttribute(S, returnType); in handleNSReturnsRetainedAttr()
4066 typeOK = isValidSubjectOfCFAttribute(S, returnType); in handleNSReturnsRetainedAttr()
4071 if (!typeOK) { in handleNSReturnsRetainedAttr()