Home
last modified time | relevance | path

Searched refs:isKeywordAttribute (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttributeCommonInfo.h210 return (getParsedKind() == AT_Aligned && isKeywordAttribute()); in isAlignas()
221 bool isKeywordAttribute() const { in isKeywordAttribute() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp266 if (Policy.PolishForDeclaration && !A->isKeywordAttribute()) in prettyPrintAttributes()