Home
last modified time | relevance | path

Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp719 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
723 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
1125 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1145 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1179 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()
1212 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1213 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1215 << getSpecifierName(getTypeSpecWidth()); in Finish()
1225 if (getTypeSpecWidth() == TypeSpecifierWidth::Long || in Finish()
1226 getTypeSpecWidth() == TypeSpecifierWidth::LongLong) in Finish()
[all …]
H A DSemaType.cpp1405 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1430 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1470 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1493 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1546 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()
1602 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1618 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp11506 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h504 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
659 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4194 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()