Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h55 TST_typeofExpr, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h257 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
361 return (T == TST_typeofExpr || T == TST_decltype); in isExprRep()
/external/clang/lib/Sema/
DDeclSpec.cpp268 case TST_typeofExpr: in isDeclarationOfFunction()
386 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
DSemaTemplateVariadic.cpp628 case TST_typeofExpr: in containsUnexpandedParameterPacks()
DSemaType.cpp815 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
2755 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
DSemaDecl.cpp2317 if (DS.getTypeSpecType() == DeclSpec::TST_typeofExpr) { in ActOnVlaStmt()
2925 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDecl.cpp4188 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()