Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h85 TST_typeofType, // C23 (and GNU extension) typeof(type-name) enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h307 static const TST TST_typeofType = clang::TST_typeofType; variable
451 return T == TST_atomic || T == TST_typename || T == TST_typeofType || in isTypeRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp398 case TST_typeofType: { in isDeclarationOfFunction()
592 case DeclSpec::TST_typeofType: in getSpecifierName()
H A DSemaTemplateVariadic.cpp887 case TST_typeofType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1229 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
5873 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType || in VisitTypeOfTypeLoc()
H A DSemaDecl.cpp5953 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8355 : DeclSpec::TST_typeofType, in ParseTypeofSpecifier()