Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h98 unsigned IsRegularKeywordAttribute : 1;
109 bool IsRegularKeywordAttribute) in Form() argument
112 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() argument
130 IsRegularKeywordAttribute); in Keyword()
140 IsAlignas(0), IsRegularKeywordAttribute(0) {} in Form()
148 unsigned IsRegularKeywordAttribute : 1;
158 IsRegularKeywordAttribute(FormUsed.isRegularKeywordAttribute()) { in AttributeCommonInfo()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3192 bool IsRegularKeywordAttribute = Record.readBool(); in readAttr() local
3197 IsAlignas, IsRegularKeywordAttribute}); in readAttr()