Searched refs:TST_typeof_unqualExpr (Results 1 – 7 of 7) sorted by relevance
88 TST_typeof_unqualExpr, // C23 typeof_unqual(expression) enumerator
309 static const TST TST_typeof_unqualExpr = clang::TST_typeof_unqualExpr; variable458 return T == TST_typeofExpr || T == TST_typeof_unqualExpr || in isExprRep()
387 case TST_typeof_unqualExpr: in isDeclarationOfFunction()594 case DeclSpec::TST_typeof_unqualExpr: return "typeof_unqual"; in getSpecifierName()
1017 case TST_typeof_unqualExpr: in containsUnexpandedParameterPacks()
1251 case DeclSpec::TST_typeof_unqualExpr: in ConvertDeclSpecToType()1257 DeclSpec::TST_typeof_unqualExpr in ConvertDeclSpecToType()5947 DS.getTypeSpecType() == DeclSpec::TST_typeof_unqualExpr); in VisitTypeOfExprTypeLoc()
6094 case DeclSpec::TST_typeof_unqualExpr: in RebuildDeclaratorInCurrentInstantiation()
7976 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualExpr in ParseTypeofSpecifier()