Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp4219 bool typeOK; in AddNSConsumedAttr() local
4222 typeOK = isValidSubjectOfNSAttribute(*this, param->getType()); in AddNSConsumedAttr()
4224 typeOK = isValidSubjectOfCFAttribute(*this, param->getType()); in AddNSConsumedAttr()
4227 if (!typeOK) { in AddNSConsumedAttr()
4292 bool typeOK; in handleNSReturnsRetainedAttr() local
4297 typeOK = isValidSubjectOfNSReturnsRetainedAttribute(returnType); in handleNSReturnsRetainedAttr()
4303 typeOK = isValidSubjectOfNSAttribute(S, returnType); in handleNSReturnsRetainedAttr()
4309 typeOK = isValidSubjectOfCFAttribute(S, returnType); in handleNSReturnsRetainedAttr()
4314 if (!typeOK) { in handleNSReturnsRetainedAttr()