Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp678 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch() function in clang::Sema
852 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
H A DAnalysisBasedWarnings.cpp307 S.handlerCanCatch(Caught, E->getSubExpr()->getType())) in throwEscapes()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2112 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);