Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h85 TST_underlyingType, // __underlying_type for C++11 enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h293 static const TST TST_underlyingType = clang::TST_underlyingType; variable
404 T == TST_underlyingType || T == TST_atomic); in isTypeRep()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp392 case TST_underlyingType: in isDeclarationOfFunction()
579 case DeclSpec::TST_underlyingType: return "__underlying_type"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp861 case TST_underlyingType: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1631 case DeclSpec::TST_underlyingType: in ConvertDeclSpecToType()
6071 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType); in VisitUnaryTransformTypeLoc()
H A DSemaDecl.cpp5917 case DeclSpec::TST_underlyingType: in RebuildDeclaratorInCurrentInstantiation()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp1169 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()