Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp671 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch() function in clang::Sema
845 if (handlerCanCatch(SuperI, SubI)) { in CheckExceptionSpecSubset()
DAnalysisBasedWarnings.cpp305 S.handlerCanCatch(Caught, E->getSubExpr()->getType())) in throwEscapes()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1888 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);