Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp3686 auto hasCFReturnsAttr = [](const AttributeList *NextAttr) -> bool { in GetFullTypeForDeclarator() local
3696 if (hasCFReturnsAttr(D.getAttributes()) || in GetFullTypeForDeclarator()
3697 hasCFReturnsAttr(InnermostChunk->getAttrs()) || in GetFullTypeForDeclarator()
3698 hasCFReturnsAttr(D.getDeclSpec().getAttributes().getList())) { in GetFullTypeForDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4577 auto hasCFReturnsAttr = in GetFullTypeForDeclarator() local
4583 if (hasCFReturnsAttr(D.getAttributes()) || in GetFullTypeForDeclarator()
4584 hasCFReturnsAttr(InnermostChunk->getAttrs()) || in GetFullTypeForDeclarator()
4585 hasCFReturnsAttr(D.getDeclSpec().getAttributes())) { in GetFullTypeForDeclarator()