| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 713 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 716 PathSize, FPO.requiresTrailingStorage())); in Create() 719 if (PathSize) in Create() 730 PathSize, HasFPFeatures)); in CreateEmpty() 742 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 747 if (PathSize) in Create() 799 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 804 if (PathSize) in Create() 849 PathSize, FPO.requiresTrailingStorage())); in Create() 852 if (PathSize) in Create() [all …]
|
| H A D | Expr.cpp | 1985 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 1988 PathSize, FPO.requiresTrailingStorage())); in Create() 1995 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, FPO, VK); in Create() 1996 if (PathSize) in Create() 2003 unsigned PathSize, in CreateEmpty() argument 2007 PathSize, HasFPFeatures)); in CreateEmpty() 2017 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 2020 PathSize, FPO.requiresTrailingStorage())); in Create() 2023 if (PathSize) in Create() 2030 unsigned PathSize, in CreateEmpty() argument [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 388 Expr *op, unsigned PathSize, bool HasFPFeatures, in CXXNamedCastExpr() argument 391 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, HasFPFeatures, in CXXNamedCastExpr() 395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument 397 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr() 446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() argument 448 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize, in CXXStaticCastExpr() 465 unsigned PathSize, bool hasFPFeatures); 1745 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument 1747 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize, in CXXFunctionalCastExpr() 1764 CreateEmpty(const ASTContext &Context, unsigned PathSize, bool HasFPFeatures);
|
| H A D | Expr.h | 3635 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() argument 3637 : CastExpr(ImplicitCastExprClass, Shell, PathSize, HasFPFeatures) {} in ImplicitCastExpr() 3664 unsigned PathSize, bool HasFPFeatures); 3704 CastKind kind, Expr *op, unsigned PathSize, in ExplicitCastExpr() argument 3706 : CastExpr(SC, exprTy, VK, kind, op, PathSize, HasFPFeatures), in ExplicitCastExpr() 3712 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr() argument 3714 : CastExpr(SC, Shell, PathSize, HasFPFeatures) {} in ExplicitCastExpr() 3743 unsigned PathSize, FPOptionsOverride FPO, in CStyleCastExpr() argument 3745 : ExplicitCastExpr(CStyleCastExprClass, exprTy, vk, kind, op, PathSize, in CStyleCastExpr() 3753 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr() argument [all …]
|