Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2591 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes() function
2597 if (!getAttributes().empty() || !getDeclarationAttributes().empty() || in hasAttributes()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1816 for (ParsedAttr &AL : declarator.getDeclarationAttributes()) { in ConvertDeclSpecToType()
4806 if (hasCFReturnsAttr(D.getDeclarationAttributes()) || in GetFullTypeForDeclarator()
5381 else if (!D.getDeclarationAttributes().hasAttribute( in GetFullTypeForDeclarator()
5804 for (ParsedAttr &AL : D.getDeclarationAttributes()) { in GetFullTypeForDeclarator()
H A DSemaDeclAttr.cpp9485 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()
9600 for (ParsedAttr &AL : PD.getDeclarationAttributes()) { in ProcessDeclAttributes()
H A DSemaDecl.cpp7239 PD.getDeclarationAttributes().hasAttribute(Kind); in hasParsedAttr()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1264 assert(D.getDeclarationAttributes().empty()); in takeDeclAttributes()