Searched refs:getTypeSpecType (Results 1 – 13 of 13) sorted by relevance
711 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()731 << DS.getSpecifierName(DS.getTypeSpecType()); in ConvertDeclSpecToType()737 << DS.getSpecifierName(DS.getTypeSpecType()); in ConvertDeclSpecToType()906 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()1157 if (DS.getTypeSpecType() == DeclSpec::TST_typename && in ConvertDeclSpecToType()2147 && D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto)) in GetDeclSpecTypeForDeclarator()2229 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_decltype_auto; in GetDeclSpecTypeForDeclarator()2730 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto && in GetFullTypeForDeclarator()3517 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()3567 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()[all …]
263 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()892 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()1137 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
694 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()697 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
3201 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()3202 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()3203 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()3204 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()3205 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()3241 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()3242 DS.getTypeSpecType() == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()3243 DS.getTypeSpecType() == DeclSpec::TST_interface ? 2 : in ParsedFreeStandingDeclSpec()3244 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4); in ParsedFreeStandingDeclSpec()3271 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()[all …]
692 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
321 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()323 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
3354 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
2550 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
474 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function577 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()1594 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()2078 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
807 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()808 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()1422 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()1424 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
2408 << DeclSpec::getSpecifierName(DS.getTypeSpecType()); in DiagnoseMissingSemiAfterTagDefinition()2726 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()3053 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()5223 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
644 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
1377 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()