Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h72 TST_typeofType, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h298 static const TST TST_typeofType = clang::TST_typeofType; variable
407 return (T == TST_typename || T == TST_typeofType || in isTypeRep()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp379 case TST_typeofType: { in isDeclarationOfFunction()
550 case DeclSpec::TST_typeofType: in getSpecifierName()
H A DSemaTemplateVariadic.cpp821 case TST_typeofType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1515 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
5370 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType); in VisitTypeOfTypeLoc()
H A DSemaDecl.cpp5120 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp6788 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec, in ParseTypeofSpecifier()