Created
March 17, 2011 09:51
-
-
Save PlloYNiiE/874073 to your computer and use it in GitHub Desktop.
SieveStatementPrinter::VisitDeclRefExpr.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void SieveStatementPrinter::VisitDeclRefExpr(DeclRefExpr *E) { | |
| //current_stmt = new Collection::VarDecl(); | |
| Indent(level, " Visiting Decl Ref Expr"); | |
| //E->dump(); | |
| //llvm::outs() << "\tEnc DeclRef\n"; | |
| // stmts_storage.push_back(current_stmt); | |
| //E->dump(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment