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.h96 unsigned IsAlignas : 1;
108 constexpr Form(Syntax SyntaxUsed, unsigned SpellingIndex, bool IsAlignas, in Form() argument
111 IsAlignas(IsAlignas), in Form()
115 IsAlignas(Tok == tok::kw_alignas), in Form()
120 bool isAlignas() const { return IsAlignas; } in isAlignas()
128 static Form Keyword(bool IsAlignas, bool IsRegularKeywordAttribute) { in Keyword() argument
129 return Form(AS_Keyword, SpellingNotCalculated, IsAlignas, in Keyword()
140 IsAlignas(0), IsRegularKeywordAttribute(0) {} in Form()
146 unsigned IsAlignas : 1;
157 IsAlignas(FormUsed.isAlignas()), in AttributeCommonInfo()
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2682 bool IsAlignas = in emitFormInitializer() local
2685 << SpellingIndex << ", " << (IsAlignas ? "true" : "false") in emitFormInitializer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3187 bool IsAlignas = (ParsedKind == AttributeCommonInfo::AT_Aligned && in readAttr() local
3195 IsAlignas, IsRegularKeywordAttribute}); in readAttr()