Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Visit

242         this->Visit(Child);
249 Visit(D->getBody());
252 // Skip lambda expressions. We visit these as FunctionDecls when we're
261 Visit(D->getBody());
268 Visit(D->getBody());
275 Visit(D->getBody());
281 Visit(S->getRetValue());
289 Visit(E->getSubExpr());
305 Visit(S->getSubStmt());
329 // Visit the body region first so the break/continue adjustments can be
333 Visit(S->getBody());
344 Visit(S->getCond());
357 Visit(S->getBody());
365 Visit(S->getCond());
373 Visit(S->getInit());
378 // Visit the body region first. (This is basically the same as a while
382 Visit(S->getBody());
391 Visit(S->getInc());
399 Visit(S->getCond());
407 Visit(S->getLoopVarStmt());
408 Visit(S->getRangeStmt());
409 Visit(S->getBeginEndStmt());
413 // Visit the body region first. (This is basically the same as a while
417 Visit(S->getBody());
425 Visit(S->getInc());
431 Visit(S->getCond());
438 Visit(S->getElement());
444 Visit(S->getBody());
455 Visit(S->getCond());
458 Visit(S->getBody());
479 Visit(S->getSubStmt());
485 Visit(S->getCond());
491 Visit(S->getThen());
498 Visit(S->getElse());
508 Visit(S->getTryBlock());
510 Visit(S->getHandler(I));
521 Visit(S->getHandlerBlock());
527 Visit(E->getCond());
533 Visit(E->getTrueExpr());
538 Visit(E->getFalseExpr());
548 Visit(E->getLHS());
552 Visit(E->getRHS());
560 Visit(E->getLHS());
564 Visit(E->getRHS());