Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ProgLoc

2617   ProgramPoint ProgLoc = N->getLocation();
2618 if (Optional<StmtPoint> SP = ProgLoc.getAs<StmtPoint>()) {
2620 } else if (Optional<CallExitEnd> Exit = ProgLoc.getAs<CallExitEnd>()) {
2622 } else if (Optional<BlockEdge> Edge = ProgLoc.getAs<BlockEdge>()) {