Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h85 unsigned IsAlignas : 1;
97 constexpr Form(Syntax SyntaxUsed, unsigned SpellingIndex, bool IsAlignas, in Form() argument
100 IsAlignas(IsAlignas), in Form()
104 IsAlignas(Tok == tok::kw_alignas), in Form()
109 bool isAlignas() const { return IsAlignas; } in isAlignas()
117 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword() argument
118 return Form(AS_Keyword, SpellingNotCalculated, IsAlignas, in Keyword()
129 IsAlignas(0), IsRegularKeywordAttribute(0) {} in Form()
135 unsigned IsAlignas : 1;
147 IsAlignas(FormUsed.isAlignas()), in AttributeCommonInfo()
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2660 bool IsAlignas = in emitFormInitializer() local
2663 << SpellingIndex << ", " << (IsAlignas ? "true" : "false") in emitFormInitializer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3141 bool IsAlignas = (ParsedKind == AttributeCommonInfo::AT_Aligned && in readAttr() local
3149 IsAlignas, IsRegularKeywordAttribute}); in readAttr()