Lines Matching defs:Leave
69 // A parse tree visitor that calls Enter/Leave functions from each checker
71 // children are visited, Leave is called after. No two checkers may have the
72 // same Enter or Leave function. Each checker must be constructible from
78 using BaseChecker::Leave;
80 using C::Leave...;
92 Leave(node);
109 Leave(node);
113 Leave(node);
129 void Leave(const parser::EntryStmt &) {
134 void Leave(const parser::AssignStmt &stmt) {
137 void Leave(const parser::AssignedGotoStmt &stmt) {