Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h73 TST_typeofExpr, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h299 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
411 return (T == TST_typeofExpr || T == TST_decltype); in isExprRep()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp372 case TST_typeofExpr: in isDeclarationOfFunction()
551 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp830 case TST_typeofExpr: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1525 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
5365 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
H A DSemaDecl.cpp5145 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp6811 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()