Searched refs:ExceptionSpecType (Results 1 – 4 of 4) sorted by relevance
1334 unsigned ExceptionSpecType : 4; member1519 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1524 assert(ExceptionSpecType != EST_None); in getNumExceptions()1531 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
208 I.Fun.ExceptionSpecType = ESpecType; in getFunction()233 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
1747 unsigned ExceptionSpecType : 4;4456 FunctionTypeBits.ExceptionSpecType);
3462 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()