Lines Matching refs:DeclSpec

178 void Parser::ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST TST) {  in ConsumeExtraSemi()
206 << Kind << DeclSpec::getSpecifierName(TST, in ConsumeExtraSemi()
1052 auto LengthOfTSTToken = [](DeclSpec::TST TKind) { in ParseDeclOrFunctionDefInternal()
1053 assert(DeclSpec::isDeclRep(TKind)); in ParseDeclOrFunctionDefInternal()
1055 case DeclSpec::TST_class: in ParseDeclOrFunctionDefInternal()
1057 case DeclSpec::TST_struct: in ParseDeclOrFunctionDefInternal()
1059 case DeclSpec::TST_union: in ParseDeclOrFunctionDefInternal()
1061 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
1063 case DeclSpec::TST_interface: in ParseDeclOrFunctionDefInternal()
1072 DeclSpec::isDeclRep(DS.getTypeSpecType()) in ParseDeclOrFunctionDefInternal()
1110 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
1128 DS.getStorageClassSpec() == DeclSpec::SCS_extern && in ParseDeclOrFunctionDefInternal()
1129 DS.getParsedSpecifiers() == DeclSpec::PQ_StorageClassSpecifier) { in ParseDeclOrFunctionDefInternal()
1183 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1415 DeclSpec DS(AttrFactory); in ParseKNRParamDeclarations()
1430 if (DS.getStorageClassSpec() != DeclSpec::SCS_unspecified && in ParseKNRParamDeclarations()
1431 DS.getStorageClassSpec() != DeclSpec::SCS_register) { in ParseKNRParamDeclarations()
1436 if (DS.getThreadStorageClassSpec() != DeclSpec::TSCS_unspecified) { in ParseKNRParamDeclarations()