Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h71 TST_underlyingType, // __underlying_type for C++11 enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h75 TST_underlyingType, // __underlying_type for C++11 enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp321 case TST_underlyingType: in isDeclarationOfFunction()
478 case DeclSpec::TST_underlyingType: return "__underlying_type"; in getSpecifierName()
DSemaTemplateVariadic.cpp704 case TST_underlyingType: in containsUnexpandedParameterPacks()
DSemaType.cpp1552 case DeclSpec::TST_underlyingType: in ConvertDeclSpecToType()
4895 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType); in VisitUnaryTransformTypeLoc()
DSemaDecl.cpp4732 case DeclSpec::TST_underlyingType: in RebuildDeclaratorInCurrentInstantiation()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h292 static const TST TST_underlyingType = clang::TST_underlyingType; variable
403 T == TST_underlyingType || T == TST_atomic); in isTypeRep()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp390 case TST_underlyingType: in isDeclarationOfFunction()
576 case DeclSpec::TST_underlyingType: return "__underlying_type"; in getSpecifierName()
DSemaTemplateVariadic.cpp864 case TST_underlyingType: in containsUnexpandedParameterPacks()
DSemaType.cpp1646 case DeclSpec::TST_underlyingType: in ConvertDeclSpecToType()
5883 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType); in VisitUnaryTransformTypeLoc()
DSemaDecl.cpp5489 case DeclSpec::TST_underlyingType: in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDeclCXX.cpp911 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp1095 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()