Searched refs:RECURSE (Results 1 – 2 of 2) sorted by relevance
29 #define RECURSE(call) \ macro43 RECURSE(visitor->VisitVariableDeclaration(scope->function())); in Run()45 RECURSE(visitor->VisitDeclarations(scope->declarations())); in Run()46 RECURSE(visitor->VisitStatements(info->function()->body())); in Run()49 #undef RECURSE120 #define RECURSE(call) \ macro131 RECURSE(Visit(stmt)); in VisitStatements()138 RECURSE(VisitStatements(stmt->statements())); in VisitBlock()146 RECURSE(Visit(stmt->expression())); in VisitExpressionStatement()161 RECURSE(Visit(stmt->condition())); in VisitIfStatement()[all …]
5 // CHECK: RECURSE foo12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;16 def Trouble : Text<"RECURSE NORECURSE">;