clang 20.0.0git
|
BlockExpr - Adaptor class for mixing a BlockDecl with expressions. More...
#include "clang/AST/Expr.h"
Public Member Functions | |
BlockExpr (BlockDecl *BD, QualType ty, bool ContainsUnexpandedParameterPack) | |
BlockExpr (EmptyShell Empty) | |
Build an empty block expression. | |
const BlockDecl * | getBlockDecl () const |
BlockDecl * | getBlockDecl () |
void | setBlockDecl (BlockDecl *BD) |
SourceLocation | getCaretLocation () const |
const Stmt * | getBody () const |
Stmt * | getBody () |
SourceLocation | getBeginLoc () const LLVM_READONLY |
SourceLocation |