Searched refs:getTypeSpecType (Results 1 – 14 of 14) sorted by relevance
1300 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()1320 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()1327 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()1796 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()6338 if (DS.getTypeSpecType() == TST_typename) { in VisitElaboratedTypeLoc()6356 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentNameTypeLoc()6364 assert(DS.getTypeSpecType() == TST_typename); in VisitDependentTemplateSpecializationTypeLoc()6372 assert(DS.getTypeSpecType() == TST_auto || in VisitAutoTypeLoc()6374 DS.getTypeSpecType() == TST_auto_type || in VisitAutoTypeLoc()6375 DS.getTypeSpecType() == TST_unspecified); in VisitAutoTypeLoc()[all …]
846 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()849 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
343 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()1126 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()1465 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
867 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
5111 DeclSpec::TST T = DS.getTypeSpecType(); in GetDiagnosticTypeSpecifierID()5144 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()5145 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()5146 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()5147 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()5148 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()5291 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()5381 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()6127 switch (DS.getTypeSpecType()) { in RebuildDeclaratorInCurrentInstantiation()14950 if (DeclSpec::isDeclRep(DS.getTypeSpecType())) { in FinalizeDeclaratorGroup()[all …]
470 if (DS.getTypeSpecType() == DeclSpec::TST_error) in getDestructorTypeForDecltype()473 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) { in getDestructorTypeForDecltype()478 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype && in getDestructorTypeForDecltype()8105 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) { in ActOnPseudoDestructorExpr()
4526 (DS.getTypeSpecType() == DeclSpec::TST_class || in CodeCompleteDeclSpec()4527 DS.getTypeSpecType() == DeclSpec::TST_struct)) in CodeCompleteDeclSpec()4553 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
852 if (DS.getTypeSpecType() != DeclSpec::TST_auto || in ActOnDecompositionDeclarator()4492 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()4494 } else if (DS.getTypeSpecType() == TST_decltype_auto) { in BuildMemInitializer()11507 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
511 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function658 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()1964 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()2637 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
1179 if (DS.getTypeSpecType() == TST_error) { in AnnotateExistingDecltypeSpecifier()1191 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() in AnnotateExistingDecltypeSpecifier()1192 : DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() in AnnotateExistingDecltypeSpecifier()1953 (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()1955 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()4162 D.getDeclSpec().getTypeSpecType() == TST_auto) { in ParseTrailingRequiresClause()
3280 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()3685 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()4324 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()6527 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()6645 D.getDeclSpec().getTypeSpecType() == TST_auto) == in ParseDirectDeclarator()7196 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
1180 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()1182 LengthOfTSTToken(DS.getTypeSpecType())) in ParseDeclOrFunctionDefInternal()
1029 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
224 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto || in ParseOptionalCXXScopeSpecifier()1802 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()