Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2689 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes() function
2695 if (!getAttributes().empty() || !getDeclarationAttributes().empty() || in hasAttributes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1462 for (ParsedAttr &AL : declarator.getDeclarationAttributes()) { in ConvertDeclSpecToType()
4473 if (hasCFReturnsAttr(D.getDeclarationAttributes()) || in GetFullTypeForDeclarator()
5140 else if (!D.getDeclarationAttributes().hasAttribute( in GetFullTypeForDeclarator()
5572 for (ParsedAttr &AL : D.getDeclarationAttributes()) { in GetFullTypeForDeclarator()
H A DSemaDeclAttr.cpp8028 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()
8199 ProcessAttributesWithSliding(PD.getDeclarationAttributes(), {}); in ProcessDeclAttributes()
H A DSemaDecl.cpp7355 PD.getDeclarationAttributes().hasAttribute(Kind); in hasParsedAttr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1084 assert(D.getDeclarationAttributes().empty()); in takeDeclAttributes()