Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h82 TST_typeofType, enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h289 static const TST TST_typeofType = clang::TST_typeofType; variable
403 return (T == TST_typename || T == TST_typeofType || in isTypeRep()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp394 case TST_typeofType: { in isDeclarationOfFunction()
573 case DeclSpec::TST_typeofType: in getSpecifierName()
H A DSemaTemplateVariadic.cpp860 case TST_typeofType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1599 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
6056 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
H A DSemaDecl.cpp5916 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp7465 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec, in ParseTypeofSpecifier()