Lines Matching refs:CE
244 if (const CallExpr *CE = dyn_cast<CallExpr>(E)) {
252 if (const Decl *FD = CE->getCalleeDecl()) {
298 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) {
299 TypeSourceInfo *TI = CE->getTypeInfoAsWritten();
1904 CallExpr *CE = dyn_cast<CallExpr>(E);
1905 if (!CE)
1907 FunctionDecl *D = dyn_cast<FunctionDecl>(CE->getCalleeDecl());
2529 if (const CXXConstructExpr *CE = dyn_cast<CXXConstructExpr>(InitExpr)) {
2530 if (!CE->getConstructor()->isCopyConstructor())
2532 } else if (const CastExpr *CE = dyn_cast<CastExpr>(InitExpr)) {
2533 if (CE->getCastKind() != CK_LValueToRValue)