Searched refs:ExceptionSpecType (Results 1 – 4 of 4) sorted by relevance
1318 unsigned ExceptionSpecType : 4; member1503 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1508 assert(ExceptionSpecType != EST_None); in getNumExceptions()1515 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
208 I.Fun.ExceptionSpecType = ESpecType; in getFunction()233 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
1688 unsigned ExceptionSpecType : 4;4259 FunctionTypeBits.ExceptionSpecType);
3218 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()