Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp480 const FunctionProtoType *WithExceptions = nullptr; in CheckEquivalentExceptionSpec() local
482 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()