Lines Matching full:pathsize
1656 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1657 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize));
1659 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, VK);
1660 if (PathSize)
1667 unsigned PathSize) {
1668 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize));
1669 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize);
1678 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1679 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize));
1681 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, R);
1682 if (PathSize)
1689 unsigned PathSize) {
1690 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize));
1691 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize);