Searched refs:WithExceptions (Results 1 – 3 of 3) sorted by relevance
383 const FunctionProtoType *WithExceptions = 0; in CheckEquivalentExceptionSpec() local385 WithExceptions = New; in CheckEquivalentExceptionSpec()387 WithExceptions = Old; in CheckEquivalentExceptionSpec()388 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpec()391 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpec()
133 def WithExceptions(cls, env):147 WithExceptions = classmethod(WithExceptions)
123 EnvCreator.WithExceptions)