Searched refs:getTypeSpecType (Results 1 – 13 of 13) sorted by relevance
1258 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()1278 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()1285 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()1462 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()2836 && D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto)) in GetDeclSpecTypeForDeclarator()2872 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type) in GetDeclSpecTypeForDeclarator()2877 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type) in GetDeclSpecTypeForDeclarator()2890 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type) in GetDeclSpecTypeForDeclarator()2905 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto_type)) in GetDeclSpecTypeForDeclarator()2916 D.getDeclSpec().getTypeSpecType() != DeclSpec::TST_auto_type) { in GetDeclSpecTypeForDeclarator()[all …]
279 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()936 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()1233 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
847 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()850 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
701 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
3830 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()3831 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()3832 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()3833 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()3834 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()3874 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()); in ParsedFreeStandingDeclSpec()3914 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) << SS.getRange(); in ParsedFreeStandingDeclSpec()3960 DS.getTypeSpecType() == DeclSpec::TST_typename) { in ParsedFreeStandingDeclSpec()3981 if (DS.getTypeSpecType() == DeclSpec::TST_error || in ParsedFreeStandingDeclSpec()4068 DeclSpec::TST TypeSpecType = DS.getTypeSpecType(); in ParsedFreeStandingDeclSpec()[all …]
327 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()329 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()
3464 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
2911 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
479 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function591 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()1716 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()2223 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()880 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() : in AnnotateExistingDecltypeSpecifier()1582 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()1584 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()
2631 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi; in DiagnoseMissingSemiAfterTagDefinition()2960 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()3348 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()5249 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()5714 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
680 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
1563 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()