Searched refs:TST_unspecified (Results 1 – 12 of 12) sorted by relevance
285 case TST_unspecified: in isDeclarationOfFunction()431 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()519 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()612 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()631 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()659 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()677 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()700 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()713 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()727 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()[all …]
710 case TST_unspecified: in containsUnexpandedParameterPacks()
751 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()3517 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
362 return DeclSpec::TST_unspecified; in isTagName()
37 TST_unspecified, enumerator
259 static const TST TST_unspecified = clang::TST_unspecified; variable417 TypeSpecType(TST_unspecified), in DeclSpec()465 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()577 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()
644 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
912 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID)) in ParseDeclOrFunctionDefInternal()
3053 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
667 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);