Lines Matching refs:PathSize
2072 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2075 PathSize, FPO.requiresTrailingStorage())); in Create()
2082 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, FPO, VK); in Create()
2083 if (PathSize) in Create()
2090 unsigned PathSize, in CreateEmpty() argument
2094 PathSize, HasFPFeatures)); in CreateEmpty()
2095 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2104 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2107 PathSize, FPO.requiresTrailingStorage())); in Create()
2109 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, FPO, WrittenTy, L, R); in Create()
2110 if (PathSize) in Create()
2117 unsigned PathSize, in CreateEmpty() argument
2121 PathSize, HasFPFeatures)); in CreateEmpty()
2122 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()