Home | History | Annotate | Download | only in Sema

Lines Matching defs:CE

785 static CanThrowResult canSubExprsThrow(Sema &S, const Expr *CE) {
786 Expr *E = const_cast<Expr*>(CE);
892 const CallExpr *CE = cast<CallExpr>(E);
896 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens()))
898 else if (CE->getCalleeDecl())
899 CT = canCalleeThrow(*this, E, CE->getCalleeDecl());