Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h61 TST_underlyingType, // __underlying_type for C++11 enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h284 static const TST TST_underlyingType = clang::TST_underlyingType; variable
393 T == TST_underlyingType || T == TST_atomic); in isTypeRep()
/external/clang/lib/Sema/
DDeclSpec.cpp308 case TST_underlyingType: in isDeclarationOfFunction()
443 case DeclSpec::TST_underlyingType: return "__underlying_type"; in getSpecifierName()
DSemaTemplateVariadic.cpp695 case TST_underlyingType: in containsUnexpandedParameterPacks()
DSemaType.cpp995 case DeclSpec::TST_underlyingType: in ConvertDeclSpecToType()
3483 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType); in VisitUnaryTransformTypeLoc()
DSemaDecl.cpp3897 case DeclSpec::TST_underlyingType: in RebuildDeclaratorInCurrentInstantiation()
/external/clang/lib/Parse/
DParseDeclCXX.cpp829 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()