Lines Matching refs:EmptyShell
310 ConstantExpr::ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind) in ConstantExpr()
326 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty()
488 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
521 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
539 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
832 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
857 EmptyShell Empty) { in Create()
950 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
963 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1050 StringLiteral::StringLiteral(EmptyShell Empty, unsigned NumConcatenated, in StringLiteral()
1077 StringLiteral(EmptyShell(), NumConcatenated, Length, CharByteWidth); in CreateEmpty()
1345 bool HasFPFeatures, EmptyShell Empty) in CallExpr()
1382 bool HasFPFeatures, EmptyShell Empty) { in CreateEmpty()
1658 return new (Mem) MemberExpr(EmptyShell()); in CreateEmpty()
1965 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
1992 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
4167 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr()
4204 return new (Mem) GenericSelectionExpr(EmptyShell(), NumAssocs); in CreateEmpty()
4384 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr()
4402 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4444 return new (Mem) BinaryOperator(EmptyShell()); in CreateEmpty()
4465 return new (Mem) CompoundAssignOperator(C, EmptyShell(), HasFPFeatures); in CreateEmpty()
4487 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()
4528 EmptyShell sh, in Create()
4536 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) in PseudoObjectExpr()
4744 return new (Mem) RecoveryExpr(EmptyShell(), NumSubExprs); in CreateEmpty()
4791 return new (Mem) OMPArrayShapingExpr(EmptyShell(), NumDims); in CreateEmpty()
4924 return new (Mem) OMPIteratorExpr(EmptyShell(), NumIterators); in CreateEmpty()