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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3810 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { argument
3814 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) {
3816 } else if (const MemberExpr *MExpr = dyn_cast<MemberExpr>(BlockExp)) {
3819 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
3822 else if (const ImplicitCastExpr *IEXPR = dyn_cast<ImplicitCastExpr>(BlockExp))
3825 dyn_cast<ConditionalOperator>(BlockExp)) {
3837 } else if (const ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(BlockExp)) {
3840 = dyn_cast<PseudoObjectExpr>(BlockExp)) {
3879 const_cast<Expr*>(BlockExp));
[all...]
H A DRewriteModernObjC.cpp420 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4266 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { argument
4270 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) {
4272 } else if (const MemberExpr *MExpr = dyn_cast<MemberExpr>(BlockExp)) {
4275 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
4278 else if (const ImplicitCastExpr *IEXPR = dyn_cast<ImplicitCastExpr>(BlockExp))
4281 dyn_cast<ConditionalOperator>(BlockExp)) {
4293 } else if (const ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(BlockExp)) {
4296 = dyn_cast<PseudoObjectExpr>(BlockExp)) {
4335 const_cast<Expr*>(BlockExp));
[all...]

Completed in 49 milliseconds