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.h87 unsigned IsRegularKeywordAttribute : 1;
98 bool IsRegularKeywordAttribute) in Form() argument
101 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() argument
119 IsRegularKeywordAttribute); in Keyword()
129 IsAlignas(0), IsRegularKeywordAttribute(0) {} in Form()
137 unsigned IsRegularKeywordAttribute : 1;
148 IsRegularKeywordAttribute(FormUsed.isRegularKeywordAttribute()) { in AttributeCommonInfo()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3144 bool IsRegularKeywordAttribute = Record.readBool(); in readAttr() local
3149 IsAlignas, IsRegularKeywordAttribute}); in readAttr()