Searched defs:BlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | Expr.h | 6230 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | Expr.h | 6219 struct BlockVarCopyInit { struct 6221 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() argument 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | Expr.h | 6213 struct BlockVarCopyInit { struct 6215 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | Expr.h | 6213 struct BlockVarCopyInit { struct 6215 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) in BlockVarCopyInit() function 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;
|