Home | History | Annotate | Download | only in AST

Lines Matching refs:Visit

56         Visit(S);
59 Visit(S);
78 Visit(E);
89 void Visit(Stmt* S) {
92 else StmtVisitor<StmtPrinter>::Visit(S);
105 void Visit##CLASS(CLASS *Node);
401 Visit(Node->getOutputExpr(i));
421 Visit(Node->getInputExpr(i));
599 void Visit##Class(Class *S);
914 Printer.Visit(*I);
1529 Visit(Node->getSyntacticForm());
2223 Visit(Node->getReplacement());
2251 Visit(S->getBody());
2258 Visit(S->getOperand());
2282 Visit(E->getSubExpr());
2291 Visit(*I);
2303 Visit(Element.Key);
2305 Visit(Element.Value);
2440 P.Visit(const_cast<Stmt*>(this));