Home | History | Annotate | Download | only in AST

Lines Matching refs:EmptyShell

121   explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
835 explicit OpaqueValueExpr(EmptyShell Empty)
943 explicit DeclRefExpr(EmptyShell Empty)
1191 explicit PredefinedExpr(EmptyShell Empty)
1268 explicit IntegerLiteral(EmptyShell Empty)
1284 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1325 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { }
1356 explicit FloatingLiteral(const ASTContext &C, EmptyShell Empty);
1361 static FloatingLiteral *Create(const ASTContext &C, EmptyShell Empty);
1425 explicit ImaginaryLiteral(EmptyShell Empty)
1621 explicit ParenExpr(EmptyShell Empty)
1679 explicit UnaryOperator(EmptyShell Empty)
1883 : Expr(OffsetOfExprClass, EmptyShell()),
2002 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty)
2084 explicit ArraySubscriptExpr(EmptyShell Shell)
2161 EmptyShell Empty);
2183 CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty);
2608 explicit CompoundLiteralExpr(EmptyShell Empty)
2697 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize)
2767 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize)
2832 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
2865 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize)
2948 explicit BinaryOperator(EmptyShell Empty)
3094 BinaryOperator(StmtClass SC, EmptyShell Empty)
3121 explicit CompoundAssignOperator(EmptyShell Empty)
3154 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty)
3211 explicit ConditionalOperator(EmptyShell Empty)
3286 explicit BinaryConditionalOperator(EmptyShell Empty)
3362 explicit AddrLabelExpr(EmptyShell Empty)
3404 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { }
3448 explicit ShuffleVectorExpr(EmptyShell Empty)
3506 explicit ConvertVectorExpr(EmptyShell Empty) : Expr(ConvertVectorExprClass, Empty) {}
3582 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { }
3646 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { }
3682 explicit VAArgExpr(EmptyShell Empty) : Expr(VAArgExprClass, Empty) { }
3780 explicit InitListExpr(EmptyShell Empty)
3988 : Expr(DesignatedInitExprClass, EmptyShell()),
4268 explicit ImplicitValueInitExpr(EmptyShell Empty)
4293 explicit ParenListExpr(EmptyShell Empty) : Expr(ParenListExprClass, Empty) { }
4379 explicit GenericSelectionExpr(EmptyShell Empty)
4467 explicit ExtVectorElementExpr(EmptyShell Empty)
4523 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { }
4558 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {}
4644 PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs);
4659 static PseudoObjectExpr *Create(const ASTContext &Context, EmptyShell shell,
4773 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { }