Home
last modified time | relevance | path

Searched defs:BlockVarCopyInit (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5937 struct BlockVarCopyInit { struct
5939 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function
5941 void setExprAndFlag(Expr *CopyExpr, bool CanThrow) { in setExprAndFlag()
5944 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr()
5945 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow()
5946 llvm::PointerIntPair<Expr *, 1, bool> ExprAndFlag;