Searched refs:WithExceptions (Results 1 – 1 of 1) sorted by relevance
480 const FunctionProtoType *WithExceptions = nullptr; in CheckEquivalentExceptionSpec() local482 WithExceptions = New; in CheckEquivalentExceptionSpec()484 WithExceptions = Old; in CheckEquivalentExceptionSpec()485 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpec()488 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpec()