Home | History | Annotate | Download | only in Sema

Lines Matching defs:CE

974     const CallExpr *CE = cast<CallExpr>(E);
978 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens()))
980 else if (CE->getCalleeDecl())
981 CT = canCalleeThrow(*this, E, CE->getCalleeDecl());