Searched defs:BlockExpr (Results 1 – 6 of 6) sorted by relevance
27 class BlockExpr; variable
47 class BlockExpr; variable
62 class BlockExpr; variable
6556 BlockExpr(BlockDecl *BD, QualType ty, bool ContainsUnexpandedParameterPack) in BlockExpr() function6562 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() function
66 class BlockExpr; variable
4805 void VisitBlockExpr(const BlockExpr *) {} in VisitBlockExpr()