Lines Matching defs:PathSize
2093 unsigned PathSize = (BasePath ? BasePath->size() : 0);
2096 PathSize, FPO.requiresTrailingStorage()));
2103 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, FPO, VK);
2104 if (PathSize)
2111 unsigned PathSize,
2115 PathSize, HasFPFeatures));
2116 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures);
2125 unsigned PathSize = (BasePath ? BasePath->size() : 0);
2128 PathSize, FPO.requiresTrailingStorage()));
2130 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, FPO, WrittenTy, L, R);
2131 if (PathSize)
2138 unsigned PathSize,
2142 PathSize, HasFPFeatures));
2143 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures);