Lines Matching refs:PathSize
714 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
717 PathSize, FPO.requiresTrailingStorage())); in Create()
718 auto *E = new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, in Create()
720 if (PathSize) in Create()
727 unsigned PathSize, in CreateEmpty() argument
731 PathSize, HasFPFeatures)); in CreateEmpty()
732 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
743 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
744 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
746 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
748 if (PathSize) in Create()
755 unsigned PathSize) { in CreateEmpty() argument
756 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
757 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
800 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
801 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
803 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
805 if (PathSize) in Create()
812 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() argument
813 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
814 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
847 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
850 PathSize, FPO.requiresTrailingStorage())); in Create()
852 CXXFunctionalCastExpr(T, VK, Written, K, Op, PathSize, FPO, L, R); in Create()
853 if (PathSize) in Create()
860 unsigned PathSize, in CreateEmpty() argument
864 PathSize, HasFPFeatures)); in CreateEmpty()
866 CXXFunctionalCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()