Lines Matching refs:PathSize
2054 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2057 PathSize, FPO.requiresTrailingStorage())); in Create()
2064 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, FPO, VK); in Create()
2065 if (PathSize) in Create()
2072 unsigned PathSize, in CreateEmpty() argument
2076 PathSize, HasFPFeatures)); in CreateEmpty()
2077 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2086 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2089 PathSize, FPO.requiresTrailingStorage())); in Create()
2091 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, FPO, WrittenTy, L, R); in Create()
2092 if (PathSize) in Create()
2099 unsigned PathSize, in CreateEmpty() argument
2103 PathSize, HasFPFeatures)); in CreateEmpty()
2104 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()