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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp616 const FunctionProtoType *WithExceptions = nullptr; local
618 WithExceptions = New;
620 WithExceptions = Old;
621 if (WithExceptions && WithExceptions->getNumExceptions() == 1) {
624 QualType Exception = *WithExceptions->exception_begin();

Completed in 60 milliseconds