Searched refs:TST_unspecified (Results 1 – 12 of 12) sorted by relevance
301 case TST_unspecified: in isDeclarationOfFunction()446 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()528 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()618 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()638 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()668 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()687 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()706 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()720 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()735 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()[all …]
719 case TST_unspecified: in containsUnexpandedParameterPacks()
1231 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
522 return DeclSpec::TST_unspecified; in isTagName()
41 TST_unspecified, enumerator
272 static const TST TST_unspecified = clang::TST_unspecified; variable418 TypeSpecType(TST_unspecified), in DeclSpec()461 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()577 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
356 return TST_unspecified; in getWrittenTypeSpec()
588 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()612 wbs.Type = TST_unspecified; in initializeLocal()
676 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
906 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
3296 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
756 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);