Lines Matching refs:PathSize
767 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
770 PathSize, FPO.requiresTrailingStorage())); in Create()
771 auto *E = new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, in Create()
773 if (PathSize) in Create()
780 unsigned PathSize, in CreateEmpty() argument
784 PathSize, HasFPFeatures)); in CreateEmpty()
785 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
796 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
797 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
799 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
801 if (PathSize) in Create()
808 unsigned PathSize) { in CreateEmpty() argument
809 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
810 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
859 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
860 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
862 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
864 if (PathSize) in Create()
871 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() argument
872 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in CreateEmpty()
873 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
906 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
909 PathSize, FPO.requiresTrailingStorage())); in Create()
911 CXXFunctionalCastExpr(T, VK, Written, K, Op, PathSize, FPO, L, R); in Create()
912 if (PathSize) in Create()
919 unsigned PathSize, in CreateEmpty() argument
923 PathSize, HasFPFeatures)); in CreateEmpty()
925 CXXFunctionalCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()