Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp699 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
703 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
1105 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1126 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1160 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()
1193 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1194 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1196 << getSpecifierName(getTypeSpecWidth()); in Finish()
1206 if (getTypeSpecWidth() == TypeSpecifierWidth::Long || in Finish()
1207 getTypeSpecWidth() == TypeSpecifierWidth::LongLong) in Finish()
[all …]
H A DSemaType.cpp1375 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1400 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1440 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1463 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1515 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()
1571 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1587 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp11013 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h469 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
624 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp3938 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()