Searched refs:IsRegularKeywordAttribute (Results 1 – 2 of 2) sorted by relevance
87 unsigned IsRegularKeywordAttribute : 1;98 bool IsRegularKeywordAttribute) in Form() argument101 IsRegularKeywordAttribute(IsRegularKeywordAttribute) {} in Form()105 IsRegularKeywordAttribute(tok::isRegularKeywordAttribute(Tok)) {} in Form()110 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute()117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword() argument119 IsRegularKeywordAttribute); in Keyword()129 IsAlignas(0), IsRegularKeywordAttribute(0) {} in Form()137 unsigned IsRegularKeywordAttribute : 1;148 IsRegularKeywordAttribute(FormUsed.isRegularKeywordAttribute()) { in AttributeCommonInfo()[all …]
3144 bool IsRegularKeywordAttribute = Record.readBool(); in readAttr() local3149 IsAlignas, IsRegularKeywordAttribute}); in readAttr()