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