Searched refs:getTypeSpecType (Results 1 – 14 of 14) sorted by relevance
595 switch (DS.getTypeSpecType()) { in ConvertDeclSpecToType()615 << DS.getSpecifierName(DS.getTypeSpecType()); in ConvertDeclSpecToType()621 << DS.getSpecifierName(DS.getTypeSpecType()); in ConvertDeclSpecToType()777 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType()); in ConvertDeclSpecToType()980 if (DS.getTypeSpecType() == DeclSpec::TST_typename && in ConvertDeclSpecToType()1835 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto && in GetDeclSpecTypeForDeclarator()2324 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto && in GetFullTypeForDeclarator()3044 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()3092 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()3097 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()[all …]
254 switch (DS.getTypeSpecType()) { in isDeclarationOfFunction()775 writtenBS.Type = getTypeSpecType(); in SaveWrittenBuiltinSpecs()959 TST tst = getTypeSpecType(); in isMissingDeclaratorOk()
716 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) in ActOnCXXNestedNameSpecifierDecltype()719 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); in ActOnCXXNestedNameSpecifierDecltype()
2609 if (DS.getTypeSpecType() == DeclSpec::TST_class || in ParsedFreeStandingDeclSpec()2610 DS.getTypeSpecType() == DeclSpec::TST_struct || in ParsedFreeStandingDeclSpec()2611 DS.getTypeSpecType() == DeclSpec::TST_interface || in ParsedFreeStandingDeclSpec()2612 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()2613 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()2648 << (DS.getTypeSpecType() == DeclSpec::TST_class ? 0 : in ParsedFreeStandingDeclSpec()2649 DS.getTypeSpecType() == DeclSpec::TST_struct ? 1 : in ParsedFreeStandingDeclSpec()2650 DS.getTypeSpecType() == DeclSpec::TST_interface ? 2 : in ParsedFreeStandingDeclSpec()2651 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4); in ParsedFreeStandingDeclSpec()2693 (DS.getTypeSpecType() == DeclSpec::TST_typename && in ParsedFreeStandingDeclSpec()[all …]
694 switch (DS.getTypeSpecType()) { in containsUnexpandedParameterPacks()
273 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) in getDestructorType()275 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype in getDestructorType()960 bool TypeContainsAuto = D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto; in ActOnCXXNew()
3267 DS.getTypeSpecType() == DeclSpec::TST_typename && in CodeCompleteDeclSpec()
1907 } else if (DS.getTypeSpecType() == TST_decltype) { in BuildMemInitializer()
443 TST getTypeSpecType() const { return (TST)TypeSpecType; } in getTypeSpecType() function526 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()1525 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error), in Declarator()1902 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error; in isInvalidType()
741 setExprAnnotation(Tok, DS.getTypeSpecType() == TST_decltype ? in AnnotateExistingDecltypeSpecifier()1264 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error || in ParseClassSpecifier()1266 if (DS.getTypeSpecType() != DeclSpec::TST_error) { in ParseClassSpecifier()2106 DS.getTypeSpecType() == DeclSpec::TST_auto); in ParseCXXClassMemberDeclaration()2110 DS.getTypeSpecType() == DeclSpec::TST_auto); in ParseCXXClassMemberDeclaration()
54 = D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto; in ParseCXXInlineMethodDef()
646 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
1138 if (DS.getTypeSpecType() == TST_error) in ParseCXXPseudoDestructor()1387 DS.getTypeSpecType() == DeclSpec::TST_auto); in ParseCXXCondition()
1616 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto; in ParseDeclarationAfterDeclaratorAndAttributes()2371 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()2677 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()