Searched refs:getTypeSpecType (Results 1 – 13 of 13) sorted by relevance
728 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()748 << DS.getSpecifierName(DS.getTypeSpecType()); in ConvertDeclSpecToType()754 << DS.getSpecifierName(DS.getTypeSpecType()); in ConvertDeclSpecToType()918 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()1126 if (DS.getTypeSpecType() == DeclSpec::TST_typename && in ConvertDeclSpecToType()2642 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto && in GetFullTypeForDeclarator()3418 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()3468 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()3473 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()3483 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType); in VisitUnaryTransformTypeLoc()[all …]
262 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()834 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()1079 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
700 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()703 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
3080 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()3081 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()3082 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()3083 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()3084 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()3120 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()3121 DS.getTypeSpecType() == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()3122 DS.getTypeSpecType() == DeclSpec::TST_interface ? 2 : in ParsedFreeStandingDeclSpec()3123 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4); in ParsedFreeStandingDeclSpec()3150 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()[all …]
692 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
319 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()321 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
3351 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
2376 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
465 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function560 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()1570 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()2049 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
797 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()798 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()1410 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()1412 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
641 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
2619 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()2948 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()5088 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
1313 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()