Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp673 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch() function in clang::Sema
847 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
H A DAnalysisBasedWarnings.cpp307 S.handlerCanCatch(Caught, E->getSubExpr()->getType())) in throwEscapes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2004 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);