Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h82 TST_typeofType, // C2x (and GNU extension) typeof(type-name) enumerator
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h290 static const TST TST_typeofType = clang::TST_typeofType; variable
413 return T == TST_atomic || T == TST_typename || T == TST_typeofType || in isTypeRep()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp397 case TST_typeofType: { in isDeclarationOfFunction()
576 case DeclSpec::TST_typeofType: in getSpecifierName()
H A DSemaTemplateVariadic.cpp863 case TST_typeofType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1613 case DeclSpec::TST_typeofType: in ConvertDeclSpecToType()
6151 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType || in VisitTypeOfTypeLoc()
H A DSemaDecl.cpp5992 case DeclSpec::TST_typeofType: in RebuildDeclaratorInCurrentInstantiation()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp7653 : DeclSpec::TST_typeofType, in ParseTypeofSpecifier()