Home | History | Annotate | Download | only in Sema

Lines Matching refs:dyn_cast_or_null

753         const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel());
757 const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel());
823 if (const AttributedStmt *AS = dyn_cast_or_null<AttributedStmt>(S)) {
842 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))