Searched refs:TST_unspecified (Results 1 – 13 of 13) sorted by relevance
359 case TST_unspecified: in isDeclarationOfFunction()710 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()730 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()760 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()779 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()811 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()825 if (TypeSpecType != TST_unspecified) { in SetTypePipe()841 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()1145 if (TypeSpecType == TST_unspecified) in Finish()1162 if (TypeSpecType == TST_unspecified) in Finish()[all …]
837 case TST_unspecified: in containsUnexpandedParameterPacks()
1291 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
621 return DeclSpec::TST_unspecified; in isTagName()
46 TST_unspecified, enumerator
272 static const TST TST_unspecified = clang::TST_unspecified; variable430 TypeSpecType(TST_unspecified), in DeclSpec()474 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()610 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
397 return TST_unspecified; in getWrittenTypeSpec()
631 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()657 wbs.Type = TST_unspecified; in initializeLocal()
824 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()858 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
694 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
994 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
3644 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
937 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);2787 DeclSpec::TST TagType = DeclSpec::TST_unspecified,