Lines Matching refs:EmptyShell
328 ConstantExpr::ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind) in ConstantExpr()
344 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty()
506 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
538 SYCLUniqueStableNameExpr::SYCLUniqueStableNameExpr(EmptyShell Empty, in SYCLUniqueStableNameExpr()
554 return new (Ctx) SYCLUniqueStableNameExpr(EmptyShell(), ResultTy); in CreateEmpty()
596 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
614 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
906 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
931 EmptyShell Empty) { in Create()
994 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
1007 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1094 StringLiteral::StringLiteral(EmptyShell Empty, unsigned NumConcatenated, in StringLiteral()
1121 StringLiteral(EmptyShell(), NumConcatenated, Length, CharByteWidth); in CreateEmpty()
1383 bool HasFPFeatures, EmptyShell Empty) in CallExpr()
1420 bool HasFPFeatures, EmptyShell Empty) { in CreateEmpty()
1700 return new (Mem) MemberExpr(EmptyShell()); in CreateEmpty()
2008 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2035 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
4264 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr()
4301 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()
4481 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr()
4499 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4541 return new (Mem) BinaryOperator(EmptyShell()); in CreateEmpty()
4562 return new (Mem) CompoundAssignOperator(C, EmptyShell(), HasFPFeatures); in CreateEmpty()
4584 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()
4625 EmptyShell sh, in Create()
4633 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) in PseudoObjectExpr()
4852 return new (Mem) RecoveryExpr(EmptyShell(), NumSubExprs); in CreateEmpty()
4899 return new (Mem) OMPArrayShapingExpr(EmptyShell(), NumDims); in CreateEmpty()
5032 return new (Mem) OMPIteratorExpr(EmptyShell(), NumIterators); in CreateEmpty()