Home | History | Annotate | Download | only in Sema

Lines Matching full:dyn_cast

112   if (const ExprWithCleanups *Temps = dyn_cast<ExprWithCleanups>(E))
114 if (const CXXBindTemporaryExpr *TempExpr = dyn_cast<CXXBindTemporaryExpr>(E))
118 if (const CallExpr *CE = dyn_cast<CallExpr>(E)) {
138 } else if (const ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E)) {
151 = dyn_cast<CXXFunctionalCastExpr>(E)) {
157 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) {
302 if (NullStmt* stmt = dyn_cast<NullStmt>(thenStmt))
411 if (const CastExpr *ImplicitCast = dyn_cast<ImplicitCastExpr>(expr)) {
550 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
926 VarDecl *VD = dyn_cast<VarDecl>(*DI);
975 if (DeclStmt *DS = dyn_cast<DeclStmt>(First)) {
1095 CallExpr *CE = dyn_cast<CallExpr>(E);
1098 FunctionDecl *D = dyn_cast<FunctionDecl>(CE->getCalleeDecl());
1192 DeclStmt *DS = dyn_cast<DeclStmt>(First);
1287 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(UnqAT))
1292 dyn_cast<VariableArrayType>(UnqAT))
1519 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParens());
1522 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
1631 if (BlockDeclRefExpr *CDRE = dyn_cast<BlockDeclRefExpr>(RetValExp)) {