Lines Matching refs:EmptyShell
358 ConstantExpr::ConstantExpr(EmptyShell Empty, in ConstantExpr()
375 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty()
541 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
573 SYCLUniqueStableNameExpr::SYCLUniqueStableNameExpr(EmptyShell Empty, in SYCLUniqueStableNameExpr()
589 return new (Ctx) SYCLUniqueStableNameExpr(EmptyShell(), ResultTy); in CreateEmpty()
633 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
651 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
983 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1008 EmptyShell Empty) { in Create()
1071 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
1084 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1183 StringLiteral::StringLiteral(EmptyShell Empty, unsigned NumConcatenated, in StringLiteral()
1210 StringLiteral(EmptyShell(), NumConcatenated, Length, CharByteWidth); in CreateEmpty()
1482 bool HasFPFeatures, EmptyShell Empty) in CallExpr()
1519 bool HasFPFeatures, EmptyShell Empty) { in CreateEmpty()
1788 return new (Mem) MemberExpr(EmptyShell()); in CreateEmpty()
2102 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2129 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
4490 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr()
4556 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()
4741 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr()
4759 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4801 return new (Mem) BinaryOperator(EmptyShell()); in CreateEmpty()
4822 return new (Mem) CompoundAssignOperator(C, EmptyShell(), HasFPFeatures); in CreateEmpty()
4844 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()
4885 EmptyShell sh, in Create()
4893 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) in PseudoObjectExpr()
5139 return new (Mem) RecoveryExpr(EmptyShell(), NumSubExprs); in CreateEmpty()
5186 return new (Mem) OMPArrayShapingExpr(EmptyShell(), NumDims); in CreateEmpty()
5319 return new (Mem) OMPIteratorExpr(EmptyShell(), NumIterators); in CreateEmpty()