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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp673 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { function in class:clang::Sema
847 if (handlerCanCatch(SuperI, SubI)) {
H A DAnalysisBasedWarnings.cpp305 S.handlerCanCatch(Caught, E->getSubExpr()->getType()))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1765 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);

Completed in 102 milliseconds