Searched refs:TST_unspecified (Results 1 – 12 of 12) sorted by relevance
284 case TST_unspecified: in isDeclarationOfFunction()417 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()505 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()598 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()617 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()645 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()663 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()686 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()699 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()713 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()[all …]
710 case TST_unspecified: in containsUnexpandedParameterPacks()
768 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()3418 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
370 return DeclSpec::TST_unspecified; in isTagName()
37 TST_unspecified, enumerator
259 static const TST TST_unspecified = clang::TST_unspecified; variable415 TypeSpecType(TST_unspecified), in DeclSpec()560 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
303 return TST_unspecified; in getWrittenTypeSpec()
552 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()576 wbs.Type = TST_unspecified; in initializeLocal()
641 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
886 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID)) in ParseDeclOrFunctionDefInternal()
2948 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
658 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);