Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXCatchStmt

3454       CXXCatchStmt(CatchLoc, cast_or_null<VarDecl>(ExDecl), HandlerBlock);
3538 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &TypesToCheck;
3541 CXXCatchStmt *FoundHandler;
3547 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C)
3551 CXXCatchStmt *getFoundHandler() const { return FoundHandler; }
3594 llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> HandledTypes;
3596 CXXCatchStmt *H = cast<CXXCatchStmt>(Handlers[i]);
3630 const CXXCatchStmt *Problem = CTPB.getFoundHandler();
3646 const CXXCatchStmt *Problem = R.first->second;