Lines Matching refs:PathSize
713 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
716 PathSize, FPO.requiresTrailingStorage())); in Create()
717 auto *E = new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, in Create()
719 if (PathSize) in Create()
726 unsigned PathSize, in CreateEmpty() argument
730 PathSize, HasFPFeatures)); in CreateEmpty()
731 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
742 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
743 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
745 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
747 if (PathSize) in Create()
754 unsigned PathSize) { in CreateEmpty() argument
755 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
756 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
799 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
800 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
802 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
804 if (PathSize) in Create()
811 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() argument
812 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
813 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
846 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
849 PathSize, FPO.requiresTrailingStorage())); in Create()
851 CXXFunctionalCastExpr(T, VK, Written, K, Op, PathSize, FPO, L, R); in Create()
852 if (PathSize) in Create()
859 unsigned PathSize, in CreateEmpty() argument
863 PathSize, HasFPFeatures)); in CreateEmpty()
865 CXXFunctionalCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()