Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h83 TST_typeofExpr, enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h290 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
407 return (T == TST_typeofExpr || T == TST_decltype || T == TST_bitint); in isExprRep()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp387 case TST_typeofExpr: in isDeclarationOfFunction()
574 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp869 case TST_typeofExpr: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1609 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
6051 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
H A DSemaDecl.cpp5941 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp7488 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()