Searched defs:WithExceptions (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp459 const FunctionProtoType *WithExceptions = nullptr; local
461 WithExceptions = New;
463 WithExceptions = Old;
464 if (WithExceptions && WithExceptions->getNumExceptions() == 1) {
467 QualType Exception = *WithExceptions->exception_begin();

Completed in 166 milliseconds