Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h69 TST_typeofExpr, enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h73 TST_typeofExpr, enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp316 case TST_typeofExpr: in isDeclarationOfFunction()
473 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
DSemaTemplateVariadic.cpp712 case TST_typeofExpr: in containsUnexpandedParameterPacks()
DSemaType.cpp1530 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
4880 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
DSemaDecl.cpp4756 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h289 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
406 return (T == TST_typeofExpr || T == TST_decltype || T == TST_extint); in isExprRep()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp385 case TST_typeofExpr: in isDeclarationOfFunction()
571 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
DSemaTemplateVariadic.cpp872 case TST_typeofExpr: in containsUnexpandedParameterPacks()
DSemaType.cpp1624 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
5868 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
DSemaDecl.cpp5513 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDecl.cpp6318 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp7219 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()