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