Home
last modified time | relevance | path

Searched refs:WithExceptions (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExceptionSpec.cpp431 const FunctionProtoType *WithExceptions = 0; in CheckEquivalentExceptionSpec() local
433 WithExceptions = New; in CheckEquivalentExceptionSpec()
435 WithExceptions = Old; in CheckEquivalentExceptionSpec()
436 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpec()
439 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpec()