Searched refs:hasCFReturnsAttr (Results 1 – 2 of 2) 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()
4577 auto hasCFReturnsAttr = in GetFullTypeForDeclarator() local4583 if (hasCFReturnsAttr(D.getAttributes()) || in GetFullTypeForDeclarator()4584 hasCFReturnsAttr(InnermostChunk->getAttrs()) || in GetFullTypeForDeclarator()4585 hasCFReturnsAttr(D.getDeclSpec().getAttributes())) { in GetFullTypeForDeclarator()