Lines Matching refs:EmptyShell
411 ConstantExpr::ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind) in ConstantExpr()
427 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty()
589 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
621 SYCLUniqueStableNameExpr::SYCLUniqueStableNameExpr(EmptyShell Empty, in SYCLUniqueStableNameExpr()
637 return new (Ctx) SYCLUniqueStableNameExpr(EmptyShell(), ResultTy); in CreateEmpty()
679 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
697 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
989 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1014 EmptyShell Empty) { in Create()
1077 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
1090 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1177 StringLiteral::StringLiteral(EmptyShell Empty, unsigned NumConcatenated, in StringLiteral()
1204 StringLiteral(EmptyShell(), NumConcatenated, Length, CharByteWidth); in CreateEmpty()
1466 bool HasFPFeatures, EmptyShell Empty) in CallExpr()
1503 bool HasFPFeatures, EmptyShell Empty) { in CreateEmpty()
1783 return new (Mem) MemberExpr(EmptyShell()); in CreateEmpty()
2095 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
2122 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
4352 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr()
4389 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()
4570 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr()
4588 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4630 return new (Mem) BinaryOperator(EmptyShell()); in CreateEmpty()
4651 return new (Mem) CompoundAssignOperator(C, EmptyShell(), HasFPFeatures); in CreateEmpty()
4673 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()
4714 EmptyShell sh, in Create()
4722 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) in PseudoObjectExpr()
4941 return new (Mem) RecoveryExpr(EmptyShell(), NumSubExprs); in CreateEmpty()
4988 return new (Mem) OMPArrayShapingExpr(EmptyShell(), NumDims); in CreateEmpty()
5121 return new (Mem) OMPIteratorExpr(EmptyShell(), NumIterators); in CreateEmpty()