Home | History | Annotate | Download | only in Core

Lines Matching refs:CallEnter

344     Optional<CallEnter> CE = N->getLocationAs<CallEnter>();
508 if (Optional<CallEnter> CE = Succ->getLocationAs<CallEnter>()) {
621 } else if (StoreSite->getLocation().getAs<CallEnter>()) {
698 if (P.getAs<CallEnter>() && InitE)
917 assert(N->getLocation().getAs<CallEnter>() && "Tracking arg but not at call");
1600 // We are only interested in visiting CallEnter nodes.
1601 Optional<CallEnter> CEnter = ProgLoc.getAs<CallEnter>();