Searched refs:TST_unspecified (Results 1 – 12 of 12) sorted by relevance
309 case TST_unspecified: in isDeclarationOfFunction()449 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()530 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()620 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()640 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()670 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()689 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()708 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()722 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()737 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()[all …]
719 case TST_unspecified: in containsUnexpandedParameterPacks()
753 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()3550 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
523 return DeclSpec::TST_unspecified; in isTagName()
37 TST_unspecified, enumerator
276 static const TST TST_unspecified = clang::TST_unspecified; variable426 TypeSpecType(TST_unspecified), in DeclSpec()474 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()587 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
303 return TST_unspecified; in getWrittenTypeSpec()
555 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()579 wbs.Type = TST_unspecified; in initializeLocal()
665 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
872 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
3182 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
734 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);