Lines Matching refs:PathSize
2011 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2014 PathSize, FPO.requiresTrailingStorage())); in Create()
2021 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, FPO, VK); in Create()
2022 if (PathSize) in Create()
2029 unsigned PathSize, in CreateEmpty() argument
2033 PathSize, HasFPFeatures)); in CreateEmpty()
2034 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2043 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2046 PathSize, FPO.requiresTrailingStorage())); in Create()
2048 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, FPO, WrittenTy, L, R); in Create()
2049 if (PathSize) in Create()
2056 unsigned PathSize, in CreateEmpty() argument
2060 PathSize, HasFPFeatures)); in CreateEmpty()
2061 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()