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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5585 class BlockExpr : public Expr { class in inherits:Expr
5589 BlockExpr(BlockDecl *BD, QualType ty) function in class:clang::final::final::final::BlockExpr
5597 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } function in class:clang::final::final::final::BlockExpr

Completed in 174 milliseconds