Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h73 TST_typeofExpr, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h289 static const TST TST_typeofExpr = clang::TST_typeofExpr; variable
406 return (T == TST_typeofExpr || T == TST_decltype || T == TST_extint); in isExprRep()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp386 case TST_typeofExpr: in isDeclarationOfFunction()
572 case DeclSpec::TST_typeofExpr: return "typeof"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp872 case TST_typeofExpr: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1612 case DeclSpec::TST_typeofExpr: { in ConvertDeclSpecToType()
5909 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr); in VisitTypeOfExprTypeLoc()
H A DSemaDecl.cpp5533 case DeclSpec::TST_typeofExpr: { in RebuildDeclaratorInCurrentInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp7280 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec, in ParseTypeofSpecifier()