Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h59 TST_typeofExpr, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h281 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
396 return (T == TST_typeofExpr || T == TST_decltype); in isExprRep()
/external/clang/lib/Sema/
DDeclSpec.cpp303 case TST_typeofExpr: in isDeclarationOfFunction()
439 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
DSemaTemplateVariadic.cpp703 case TST_typeofExpr: in containsUnexpandedParameterPacks()
DSemaType.cpp973 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
3468 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
DSemaDecl.cpp3921 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDecl.cpp5565 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()