Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp707 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
711 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
712 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()
1113 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1133 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1167 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()
1199 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1200 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1201 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1203 << getSpecifierName(getTypeSpecWidth()); in Finish()
[all …]
H A DSemaType.cpp1388 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1413 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()
1584 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1600 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp11102 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h488 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
643 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp4016 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()