Searched refs:getTypeSpecType (Results 1 – 13 of 13) sorted by relevance
712 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()732 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()739 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()909 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()1122 if (DS.getTypeSpecType() == DeclSpec::TST_typename && in ConvertDeclSpecToType()2180 && D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto)) in GetDeclSpecTypeForDeclarator()2262 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_decltype_auto; in GetDeclSpecTypeForDeclarator()2705 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto in GetFullTypeForDeclarator()3504 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()3554 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()[all …]
287 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()913 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()1195 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
794 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()797 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
3414 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()3415 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()3416 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()3417 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()3418 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()3454 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()3455 DS.getTypeSpecType() == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()3456 DS.getTypeSpecType() == DeclSpec::TST_interface ? 2 : in ParsedFreeStandingDeclSpec()3457 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4); in ParsedFreeStandingDeclSpec()3484 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()[all …]
706 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
325 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()327 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
3345 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
2876 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
483 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function587 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()1632 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()2124 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
865 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()866 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()1519 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()1521 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
2508 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()2831 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()3176 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()4939 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()5396 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
665 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
1486 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()