Searched refs:hasCFReturnsAttr (Results 1 – 1 of 1) sorted by relevance
3686 auto hasCFReturnsAttr = [](const AttributeList *NextAttr) -> bool { in GetFullTypeForDeclarator() local3696 if (hasCFReturnsAttr(D.getAttributes()) || in GetFullTypeForDeclarator()3697 hasCFReturnsAttr(InnermostChunk->getAttrs()) || in GetFullTypeForDeclarator()3698 hasCFReturnsAttr(D.getDeclSpec().getAttributes().getList())) { in GetFullTypeForDeclarator()