Searched defs:BlockExp (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp394 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3762 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { argument
3766 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) {
3768 } else if (const MemberExpr *MExpr = dyn_cast<MemberExpr>(BlockExp)) {
3771 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
3774 else if (const ImplicitCastExpr *IEXPR = dyn_cast<ImplicitCastExpr>(BlockExp))
3777 dyn_cast<ConditionalOperator>(BlockExp)) {
3789 } else if (const ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(BlockExp)) {
3792 = dyn_cast<PseudoObjectExpr>(BlockExp)) {
3829 const_cast<Expr*>(BlockExp));
[all...]
H A DRewriteModernObjC.cpp490 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4678 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { argument
4682 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) {
4684 } else if (const MemberExpr *MExpr = dyn_cast<MemberExpr>(BlockExp)) {
4687 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
4690 else if (const ImplicitCastExpr *IEXPR = dyn_cast<ImplicitCastExpr>(BlockExp))
4693 dyn_cast<ConditionalOperator>(BlockExp)) {
4705 } else if (const ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(BlockExp)) {
4708 = dyn_cast<PseudoObjectExpr>(BlockExp)) {
4745 const_cast<Expr*>(BlockExp));
[all...]

Completed in 63 milliseconds