Home | History | Annotate | Download | only in AST

Lines Matching refs:EmptyShell

437   return new (Mem) DeclRefExpr(EmptyShell());
694 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) {
707 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty)
720 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) {
1134 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty)
1142 EmptyShell Empty)
1704 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize);
1726 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize);
3542 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs);
3931 EmptyShell sh,
3939 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs)
4073 return new (Mem) ObjCArrayLiteral(EmptyShell(), NumElements);
4135 return new (Mem) ObjCDictionaryLiteral(EmptyShell(), NumElements,