Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h400 return getKind() == AT_Aligned && isKeywordAttribute(); in isAlignasAttribute()
414 bool isKeywordAttribute() const { in isKeywordAttribute() function