Lines Matching refs:PathSize

711   unsigned PathSize = (BasePath ? BasePath->size() : 0);  in Create()  local
714 PathSize, FPO.requiresTrailingStorage())); in Create()
715 auto *E = new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, in Create()
717 if (PathSize) in Create()
724 unsigned PathSize, in CreateEmpty() argument
728 PathSize, HasFPFeatures)); in CreateEmpty()
729 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
740 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
741 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
743 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
745 if (PathSize) in Create()
752 unsigned PathSize) { in CreateEmpty() argument
753 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
754 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
797 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
798 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
800 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
802 if (PathSize) in Create()
809 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() argument
810 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
811 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
844 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
847 PathSize, FPO.requiresTrailingStorage())); in Create()
849 CXXFunctionalCastExpr(T, VK, Written, K, Op, PathSize, FPO, L, R); in Create()
850 if (PathSize) in Create()
857 unsigned PathSize, in CreateEmpty() argument
861 PathSize, HasFPFeatures)); in CreateEmpty()
863 CXXFunctionalCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()