Searched refs:getTypeSpecType (Results 1 – 14 of 14) sorted by relevance
1283 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()1303 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()1310 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()1594 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()1622 Result, DS.getTypeSpecType() == DeclSpec::TST_typeof_unqualType in ConvertDeclSpecToType()1631 Result = S.BuildTypeofExprType(E, DS.getTypeSpecType() == in ConvertDeclSpecToType()1657 Result, TSTToUnaryTransformType(DS.getTypeSpecType()), in ConvertDeclSpecToType()1667 auto AutoKW = DS.getTypeSpecType() == DeclSpec::TST_decltype_auto in ConvertDeclSpecToType()1772 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType()1773 DS.getTypeSpecType() == DeclSpec::TST_fract; in ConvertDeclSpecToType()[all …]
343 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()1114 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()1452 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
870 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()873 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
860 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
5058 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()5059 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()5060 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()5061 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()5062 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()5104 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) in ParsedFreeStandingDeclSpec()5138 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) << SS.getRange(); in ParsedFreeStandingDeclSpec()5184 DS.getTypeSpecType() == DeclSpec::TST_typename) { in ParsedFreeStandingDeclSpec()5205 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()5295 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()[all …]
467 if (DS.getTypeSpecType() == DeclSpec::TST_error) in getDestructorTypeForDecltype()470 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) { in getDestructorTypeForDecltype()475 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()7981 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) { in ActOnPseudoDestructorExpr()
4445 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()4446 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()4472 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
839 if (DS.getTypeSpecType() != DeclSpec::TST_auto || in ActOnDecompositionDeclarator()4301 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()4303 } else if (DS.getTypeSpecType() == TST_decltype_auto) { in BuildMemInitializer()11103 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
495 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function642 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()1948 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()2628 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
1163 if (DS.getTypeSpecType() == TST_error) { in AnnotateExistingDecltypeSpecifier()1175 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() in AnnotateExistingDecltypeSpecifier()1176 : DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() in AnnotateExistingDecltypeSpecifier()1916 (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()1918 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()4098 D.getDeclSpec().getTypeSpecType() == TST_auto) { in ParseTrailingRequiresClause()
1151 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()1153 LengthOfTSTToken(DS.getTypeSpecType())) in ParseDeclOrFunctionDefInternal()
3123 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()3529 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()4146 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()6306 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()6964 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
1015 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
223 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto || in ParseOptionalCXXScopeSpecifier()1792 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()