Searched refs:ASTMaker (Results 1 – 1 of 1) sorted by relevance
49 class ASTMaker { class51 ASTMaker(ASTContext &C) : C(C) {} in ASTMaker() function in __anon442bb0cc0111::ASTMaker115 BinaryOperator *ASTMaker::makeAssignment(const Expr *LHS, const Expr *RHS, in makeAssignment()122 BinaryOperator *ASTMaker::makeComparison(const Expr *LHS, const Expr *RHS, in makeComparison()132 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound()136 DeclRefExpr *ASTMaker::makeDeclRefExpr( in makeDeclRefExpr()147 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { in makeDereference()153 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue()158 ASTMaker::makeLvalueToRvalue(const VarDecl *Arg, in makeLvalueToRvalue()166 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast()[all …]