Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h2562 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes() function
2568 if (!getAttributes().empty() || !getDeclarationAttributes().empty() || in hasAttributes()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1794 for (ParsedAttr &AL : declarator.getDeclarationAttributes()) { in ConvertDeclSpecToType()
4734 if (hasCFReturnsAttr(D.getDeclarationAttributes()) || in GetFullTypeForDeclarator()
5306 if (!D.getDeclarationAttributes().hasAttribute( in GetFullTypeForDeclarator()
5726 for (ParsedAttr &AL : D.getDeclarationAttributes()) { in GetFullTypeForDeclarator()
H A DSemaDeclAttr.cpp9230 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()
9345 for (ParsedAttr &AL : PD.getDeclarationAttributes()) { in ProcessDeclAttributes()
H A DSemaDecl.cpp7146 PD.getDeclarationAttributes().hasAttribute(Kind); in hasParsedAttr()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp1232 assert(D.getDeclarationAttributes().empty()); in takeDeclAttributes()