Lines Matching refs:PathSize
1985 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
1988 PathSize, FPO.requiresTrailingStorage())); in Create()
1995 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, FPO, VK); in Create()
1996 if (PathSize) in Create()
2003 unsigned PathSize, in CreateEmpty() argument
2007 PathSize, HasFPFeatures)); in CreateEmpty()
2008 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2017 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2020 PathSize, FPO.requiresTrailingStorage())); in Create()
2022 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, FPO, WrittenTy, L, R); in Create()
2023 if (PathSize) in Create()
2030 unsigned PathSize, in CreateEmpty() argument
2034 PathSize, HasFPFeatures)); in CreateEmpty()
2035 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()