Home
last modified time | relevance | path

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

/freebsd-14.2/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