Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h75 TST_underlyingType, // __underlying_type for C++11 enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h302 static const TST TST_underlyingType = clang::TST_underlyingType; variable
408 T == TST_underlyingType || T == TST_atomic); in isTypeRep()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp377 case TST_underlyingType: in isDeclarationOfFunction()
556 case DeclSpec::TST_underlyingType: return "__underlying_type"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp822 case TST_underlyingType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1547 case DeclSpec::TST_underlyingType: in ConvertDeclSpecToType()
5380 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType); in VisitUnaryTransformTypeLoc()
H A DSemaDecl.cpp5121 case DeclSpec::TST_underlyingType: in RebuildDeclaratorInCurrentInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1070 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()