Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp590 const FunctionProtoType *WithExceptions = nullptr; in CheckEquivalentExceptionSpecImpl() local
592 WithExceptions = New; in CheckEquivalentExceptionSpecImpl()
594 WithExceptions = Old; in CheckEquivalentExceptionSpecImpl()
595 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
598 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpecImpl()