reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 1610   bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);

References

tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  305             S.handlerCanCatch(Caught, E->getSubExpr()->getType()))
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  830       if (handlerCanCatch(SuperI, SubI)) {