Home | History | Annotate | Download | only in AST

Lines Matching refs:EmptyShell

320   UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
610 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
635 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize);
692 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
705 return new (C) CXXConstCastExpr(EmptyShell());
726 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize);
1022 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0);
1123 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects)
1129 EmptyShell empty,
1174 Stmt::EmptyShell Empty;
1386 UnresolvedMemberExpr *E = new (Mem) UnresolvedMemberExpr(EmptyShell());
1526 return new (Mem) TypeTraitExpr(EmptyShell());