Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h64 TST_underlyingType, // __underlying_type for C++11 enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h302 static const TST TST_underlyingType = clang::TST_underlyingType; variable
400 T == TST_underlyingType || T == TST_atomic); in isTypeRep()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp325 case TST_underlyingType: in isDeclarationOfFunction()
475 case DeclSpec::TST_underlyingType: return "__underlying_type"; in getSpecifierName()
HDSemaTemplateVariadic.cpp704 case TST_underlyingType: in containsUnexpandedParameterPacks()
HDSemaType.cpp1440 case DeclSpec::TST_underlyingType: in ConvertDeclSpecToType()
4564 assert(DS.getTypeSpecType() == DeclSpec::TST_underlyingType); in VisitUnaryTransformTypeLoc()
HDSemaDecl.cpp4528 case DeclSpec::TST_underlyingType: in RebuildDeclaratorInCurrentInstantiation()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp904 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()