Home
last modified time | relevance | path

Searched refs:getDeclarationAttributes (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h2686 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes() function
2692 if (!getAttributes().empty() || !getDeclarationAttributes().empty() || in hasAttributes()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp1447 for (ParsedAttr &AL : declarator.getDeclarationAttributes()) { in ConvertDeclSpecToType()
4425 if (hasCFReturnsAttr(D.getDeclarationAttributes()) || in GetFullTypeForDeclarator()
5075 else if (!D.getDeclarationAttributes().hasAttribute( in GetFullTypeForDeclarator()
5532 for (ParsedAttr &AL : D.getDeclarationAttributes()) { in GetFullTypeForDeclarator()
HDSemaDeclAttr.cpp7228 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()
7358 ProcessAttributesWithSliding(PD.getDeclarationAttributes(), {}); in ProcessDeclAttributes()
HDSemaDecl.cpp7185 PD.getDeclarationAttributes().hasAttribute(Kind); in hasParsedAttr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp1282 assert(D.getDeclarationAttributes().empty()); in takeDeclAttributes()