reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 4554   if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) {
 4556   } else if (const MemberExpr *MExpr = dyn_cast<MemberExpr>(BlockExp)) {
 4559   else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
 4562   else if (const ImplicitCastExpr *IEXPR = dyn_cast<ImplicitCastExpr>(BlockExp))
 4565             dyn_cast<ConditionalOperator>(BlockExp)) {
 4577   } else if (const ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(BlockExp)) {
 4580                = dyn_cast<PseudoObjectExpr>(BlockExp)) {
 4617                                                const_cast<Expr*>(BlockExp));