Searched defs:BlockExpr (Results 1 – 4 of 4) sorted by relevance
21 class BlockExpr; variable
53 class BlockExpr; variable
49 class BlockExpr; variable
4258 BlockExpr(BlockDecl *BD, QualType ty) in BlockExpr() function4266 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() function4287 static bool classof(const BlockExpr *) { return true; } in classof()