Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp511 const FunctionProtoType *WithExceptions = nullptr; in CheckEquivalentExceptionSpec() local
513 WithExceptions = New; in CheckEquivalentExceptionSpec()
515 WithExceptions = Old; in CheckEquivalentExceptionSpec()
516 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpec()
519 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpec()