Searched refs:ExceptionSpecType (Results 1 – 4 of 4) sorted by relevance
1268 unsigned ExceptionSpecType : 4; member1459 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1464 assert(ExceptionSpecType != EST_None); in getNumExceptions()1471 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
196 I.Fun.ExceptionSpecType = ESpecType; in getFunction()220 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
1532 unsigned ExceptionSpecType : 4;3924 FunctionTypeBits.ExceptionSpecType);
2858 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()