Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp698 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
702 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
1104 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1125 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1181 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1182 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1184 << getSpecifierName(getTypeSpecWidth()); in Finish()
1201 if (getTypeSpecWidth() == TypeSpecifierWidth::Long || in Finish()
1202 getTypeSpecWidth() == TypeSpecifierWidth::LongLong) in Finish()
1214 } else if (getTypeSpecWidth() == TypeSpecifierWidth::Long) { in Finish()
[all …]
H A DSemaType.cpp1387 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1412 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1453 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1476 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1528 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()
1577 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1593 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp10820 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h469 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
623 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3790 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()