Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h149 return getParsedKind() == AT_Aligned && isKeywordAttribute(); in isAlignasAttribute()
164 bool isKeywordAttribute() const { in isKeywordAttribute() function