Lines Matching refs:PathSize
2079 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2082 PathSize, FPO.requiresTrailingStorage())); in Create()
2089 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, FPO, VK); in Create()
2090 if (PathSize) in Create()
2097 unsigned PathSize, in CreateEmpty() argument
2101 PathSize, HasFPFeatures)); in CreateEmpty()
2102 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2111 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2114 PathSize, FPO.requiresTrailingStorage())); in Create()
2116 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, FPO, WrittenTy, L, R); in Create()
2117 if (PathSize) in Create()
2124 unsigned PathSize, in CreateEmpty() argument
2128 PathSize, HasFPFeatures)); in CreateEmpty()
2129 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()