Searched refs:ExceptionSpecType (Results 1 – 7 of 7) sorted by relevance
1284 unsigned ExceptionSpecType : 4; member1479 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1484 assert(ExceptionSpecType != EST_None); in getNumExceptions()1491 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
204 I.Fun.ExceptionSpecType = ESpecType; in getFunction()215 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
206 I.Fun.ExceptionSpecType = ESpecType; in getFunction()231 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
3216 unsigned ExceptionSpecType : 4;3308 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
1600 unsigned ExceptionSpecType : 4;4113 FunctionTypeBits.ExceptionSpecType);
2664 ExceptionSpecType(epi.ExceptionSpec.Type), in FunctionProtoType()
3153 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()