Searched refs:ExceptionSpecType (Results 1 – 4 of 4) sorted by relevance
1296 unsigned ExceptionSpecType : 4; member1481 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1486 assert(ExceptionSpecType != EST_None); in getNumExceptions()1493 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
207 I.Fun.ExceptionSpecType = ESpecType; in getFunction()232 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
1678 unsigned ExceptionSpecType : 4;4194 FunctionTypeBits.ExceptionSpecType);
3211 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()