Searched refs:IsRegularKeywordAttribute (Results 1 – 2 of 2) sorted by relevance
98 unsigned IsRegularKeywordAttribute : 1;109 bool IsRegularKeywordAttribute) in Form() argument112 IsRegularKeywordAttribute(IsRegularKeywordAttribute) {} in Form()116 IsRegularKeywordAttribute(tok::isRegularKeywordAttribute(Tok)) {} in Form()121 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute()128 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword() argument130 IsRegularKeywordAttribute); in Keyword()140 IsAlignas(0), IsRegularKeywordAttribute(0) {} in Form()148 unsigned IsRegularKeywordAttribute : 1;158 IsRegularKeywordAttribute(FormUsed.isRegularKeywordAttribute()) { in AttributeCommonInfo()[all …]
3192 bool IsRegularKeywordAttribute = Record.readBool(); in readAttr() local3197 IsAlignas, IsRegularKeywordAttribute}); in readAttr()