Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp726 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
730 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
731 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()
1145 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1165 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1199 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()
1236 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1237 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1238 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1240 << getSpecifierName(getTypeSpecWidth()); in Finish()
[all …]
H A DSemaType.cpp1014 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1039 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1079 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1102 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1154 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()
1209 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1225 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp11660 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h529 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
692 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4252 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()