Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h6213 struct BlockVarCopyInit { struct
6215 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() argument
6217 void setExprAndFlag(Expr *CopyExpr, bool CanThrow) { in setExprAndFlag()
6220 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr()
6221 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow()
6222 llvm::PointerIntPair<Expr *, 1, bool> ExprAndFlag;
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DExpr.h6411 struct BlockVarCopyInit { struct
6413 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() argument
6415 void setExprAndFlag(Expr *CopyExpr, bool CanThrow) { in setExprAndFlag()
6418 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr()
6419 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow()
6420 llvm::PointerIntPair<Expr *, 1, bool> ExprAndFlag;
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h6219 struct BlockVarCopyInit { struct
6221 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function
6223 void setExprAndFlag(Expr *CopyExpr, bool CanThrow) { in setExprAndFlag()
6226 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr()
6227 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow()
6228 llvm::PointerIntPair<Expr *, 1, bool> ExprAndFlag;
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h6230 struct BlockVarCopyInit { struct
6232 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function
6234 void setExprAndFlag(Expr *CopyExpr, bool CanThrow) { in setExprAndFlag()
6237 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr()
6238 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow()
6239 llvm::PointerIntPair<Expr *, 1, bool> ExprAndFlag;