Searched defs:CheckExceptionSpecSubset (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp534 /// CheckExceptionSpecSubset - Check whether the second function type's
537 bool Sema::CheckExceptionSpecSubset( function in class:clang::Sema
767 return CheckExceptionSpecSubset(PDiag(diag::err_incompatible_exception_specs),
791 return CheckExceptionSpecSubset(PDiag(DiagID),

Completed in 252 milliseconds