Searched refs:ExceptionSpecType (Results 1 – 4 of 4) sorted by relevance
1295 unsigned ExceptionSpecType : 4; member1480 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1485 assert(ExceptionSpecType != EST_None); in getNumExceptions()1492 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
207 I.Fun.ExceptionSpecType = ESpecType; in getFunction()232 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
1607 unsigned ExceptionSpecType : 4;4124 FunctionTypeBits.ExceptionSpecType);
3161 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()