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

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4800 auto hasCFReturnsAttr = local
4806 if (hasCFReturnsAttr(D.getDeclarationAttributes()) ||
4807 hasCFReturnsAttr(D.getAttributes()) ||
4808 hasCFReturnsAttr(InnermostChunk->getAttrs()) ||
4809 hasCFReturnsAttr(D.getDeclSpec().getAttributes())) {

Completed in 125 milliseconds