Home
last modified time | relevance | path

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

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