Lines Matching refs:Visit
405 this->Visit(Child);
412 Visit(D->getBody());
415 // Skip lambda expressions. We visit these as FunctionDecls when we're
424 Visit(D->getBody());
431 Visit(D->getBody());
438 Visit(D->getBody());
444 Visit(S->getRetValue());
452 Visit(E->getSubExpr());
468 Visit(S->getSubStmt());
492 // Visit the body region first so the break/continue adjustments can be
496 Visit(S->getBody());
507 Visit(S->getCond());
520 Visit(S->getBody());
528 Visit(S->getCond());
536 Visit(S->getInit());
541 // Visit the body region first. (This is basically the same as a while
545 Visit(S->getBody());
554 Visit(S->getInc());
562 Visit(S->getCond());
571 Visit(S->getInit());
572 Visit(S->getLoopVarStmt());
573 Visit(S->getRangeStmt());
574 Visit(S->getBeginStmt());
575 Visit(S->getEndStmt());
579 // Visit the body region first. (This is basically the same as a while
583 Visit(S->getBody());
591 Visit(S->getInc());
597 Visit(S->getCond());
604 Visit(S->getElement());
610 Visit(S->getBody());
622 Visit(S->getInit());
623 Visit(S->getCond());
626 Visit(S->getBody());
647 Visit(S->getSubStmt());
654 Visit(S->getInit());
655 Visit(S->getCond());
661 Visit(S->getThen());
668 Visit(S->getElse());
678 Visit(S->getTryBlock());
680 Visit(S->getHandler(I));
691 Visit(S->getHandlerBlock());
697 Visit(E->getCond());
703 Visit(E->getTrueExpr());
708 Visit(E->getFalseExpr());
718 Visit(E->getLHS());
722 Visit(E->getRHS());
730 Visit(E->getLHS());
734 Visit(E->getRHS());