Searched refs:TST_typeofExpr (Results 1 – 7 of 7) sorted by relevance
86 TST_typeofExpr, // C23 (and GNU extension) typeof(expression) enumerator
307 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable433 return T == TST_typeofExpr || T == TST_typeof_unqualExpr || in isExprRep()
388 case TST_typeofExpr: in isDeclarationOfFunction()589 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
881 case TST_typeofExpr: in containsUnexpandedParameterPacks()
1645 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()6295 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr || in VisitTypeOfExprTypeLoc()
6157 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
7928 : DeclSpec::TST_typeofExpr, in ParseTypeofSpecifier()