Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp685 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch() function in clang::Sema
858 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
H A DAnalysisBasedWarnings.cpp334 S.handlerCanCatch(Caught, E->getSubExpr()->getType())) in throwEscapes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2194 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);