Lines Matching refs:CE
174 const CallExpr *CE = dyn_cast<CallExpr>(B.getAs<CFGStmt>()->getStmt());175 if (!CE || !CE->getCalleeDecl() ||176 CE->getCalleeDecl()->getCanonicalDecl() != FD)181 dyn_cast<DeclRefExpr>(CE->getCallee()->IgnoreParenImpCasts())) {190 const CXXMemberCallExpr *MCE = dyn_cast<CXXMemberCallExpr>(CE);