Lines Matching refs:EmptyShell
245 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell()); in CreateEmpty()
532 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty()
557 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
614 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
627 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty()
648 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize); in CreateEmpty()
936 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0); in CreateDeserialized()
1049 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups()
1055 EmptyShell empty, in Create()
1099 Stmt::EmptyShell Empty; in CreateEmpty()
1274 UnresolvedMemberExpr *E = new (Mem) UnresolvedMemberExpr(EmptyShell()); in CreateEmpty()
1325 return new (Storage) SizeOfPackExpr(EmptyShell(), NumPartialArgs); in CreateDeserialized()
1430 return new (Mem) TypeTraitExpr(EmptyShell()); in CreateDeserialized()