Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp698 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
702 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
703 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()
1104 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1125 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1180 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1181 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1182 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1184 << getSpecifierName(getTypeSpecWidth()); in Finish()
1187 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()
[all …]
H A DSemaType.cpp1386 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1411 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1452 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1475 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1535 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()
1574 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1590 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp10813 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h469 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
623 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3783 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()