Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h62 TST_typeofExpr, enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h299 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
403 return (T == TST_typeofExpr || T == TST_decltype); in isExprRep()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp320 case TST_typeofExpr: in isDeclarationOfFunction()
471 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
HDSemaTemplateVariadic.cpp712 case TST_typeofExpr: in containsUnexpandedParameterPacks()
HDSemaType.cpp1418 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
4549 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
HDSemaDecl.cpp4552 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp6189 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()