Home | History | Annotate | Download | only in AST

Lines Matching refs:dyn_cast

102   if (ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(s))
105 while (ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(s))
118 if (const LabelStmt *LS = dyn_cast<LabelStmt>(S))
120 else if (const SwitchCase *SC = dyn_cast<SwitchCase>(S))
122 else if (const AttributedStmt *AS = dyn_cast<AttributedStmt>(S))
324 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
326 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
332 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
334 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
340 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
342 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
348 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
350 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
356 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
358 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
364 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
366 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
956 dyn_cast<AddrLabelExpr>(getTarget()->IgnoreParenImpCasts()))
990 return dyn_cast<SEHExceptStmt>(getHandler());
994 return dyn_cast<SEHFinallyStmt>(getHandler());