Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save PlloYNiiE/874073 to your computer and use it in GitHub Desktop.

Select an option

Save PlloYNiiE/874073 to your computer and use it in GitHub Desktop.
SieveStatementPrinter::VisitDeclRefExpr.cpp
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