Home
last modified time | relevance | path

Searched refs:TST_typeofExpr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h86 TST_typeofExpr, // C23 (and GNU extension) typeof(expression) enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h308 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
456 return T == TST_typeofExpr || T == TST_typeof_unqualExpr || in isExprRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp389 case TST_typeofExpr: in isDeclarationOfFunction()
593 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp898 case TST_typeofExpr: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1243 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
5867 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr || in VisitTypeOfExprTypeLoc()
H A DSemaDecl.cpp5981 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8380 : DeclSpec::TST_typeofExpr, in ParseTypeofSpecifier()