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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3722   if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) {
 3724   } else if (const MemberExpr *MExpr = dyn_cast<MemberExpr>(BlockExp)) {
 3727   else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
 3730   else if (const ImplicitCastExpr *IEXPR = dyn_cast<ImplicitCastExpr>(BlockExp))
 3733             dyn_cast<ConditionalOperator>(BlockExp)) {
 3745   } else if (const ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(BlockExp)) {
 3748                = dyn_cast<PseudoObjectExpr>(BlockExp)) {
 3785                                                const_cast<Expr*>(BlockExp));