Searched refs:ASTMaker (Results 1 – 1 of 1) sorted by relevance
51 class ASTMaker { class53 ASTMaker(ASTContext &C) : C(C) {} in ASTMaker() function in __anone16431960111::ASTMaker120 BinaryOperator *ASTMaker::makeAssignment(const Expr *LHS, const Expr *RHS, in makeAssignment()127 BinaryOperator *ASTMaker::makeComparison(const Expr *LHS, const Expr *RHS, in makeComparison()137 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound()142 DeclRefExpr *ASTMaker::makeDeclRefExpr( in makeDeclRefExpr()153 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { in makeDereference()159 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue()164 ASTMaker::makeLvalueToRvalue(const VarDecl *Arg, in makeLvalueToRvalue()172 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast()[all …]