Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/ !
H A DDeclSpec.cpp723 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
727 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
728 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()
1142 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1162 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1196 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()
1231 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1232 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1233 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1235 << getSpecifierName(getTypeSpecWidth()); in Finish()
[all …]
H A DSemaType.cpp1003 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1028 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1068 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1091 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1144 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()
1200 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1216 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp11419 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/src/contrib/llvm-project/clang/include/clang/Sema/ !
H A DDeclSpec.h527 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
690 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/src/contrib/llvm-project/clang/lib/Parse/ !
H A DParseDecl.cpp4459 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()