Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp696 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
700 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()
701 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()
1102 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()
1123 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1178 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1179 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()
1180 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()
1182 << getSpecifierName(getTypeSpecWidth()); in Finish()
1185 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()
[all …]
DSemaType.cpp1406 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1431 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1472 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1495 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1547 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()
1586 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
1602 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
DSemaDeclCXX.cpp10734 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h469 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function
623 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
/external/clang/lib/Sema/
DDeclSpec.cpp935 writtenBS.Width = getTypeSpecWidth(); in SaveWrittenBuiltinSpecs()
DSemaType.cpp1358 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1377 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1410 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()
1454 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1467 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
/external/clang/lib/Parse/
DParseDecl.cpp3274 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp3723 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()