Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h88 TST_typeof_unqualExpr, // C23 typeof_unqual(expression) enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h309 static const TST TST_typeof_unqualExpr = clang::TST_typeof_unqualExpr; variable
433 return T == TST_typeofExpr || T == TST_typeof_unqualExpr || in isExprRep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp387 case TST_typeof_unqualExpr: in isDeclarationOfFunction()
591 case DeclSpec::TST_typeof_unqualExpr: return "typeof_unqual"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp880 case TST_typeof_unqualExpr: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1644 case DeclSpec::TST_typeof_unqualExpr: in ConvertDeclSpecToType()
1650 DeclSpec::TST_typeof_unqualExpr in ConvertDeclSpecToType()
6296 DS.getTypeSpecType() == DeclSpec::TST_typeof_unqualExpr); in VisitTypeOfExprTypeLoc()
H A DSemaDecl.cpp6156 case DeclSpec::TST_typeof_unqualExpr: in RebuildDeclaratorInCurrentInstantiation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7927 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualExpr in ParseTypeofSpecifier()