Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ProgLoc

2635   ProgramPoint ProgLoc = N->getLocation();
2636 if (Optional<StmtPoint> SP = ProgLoc.getAs<StmtPoint>()) {
2638 } else if (Optional<CallExitEnd> Exit = ProgLoc.getAs<CallExitEnd>()) {
2640 } else if (Optional<BlockEdge> Edge = ProgLoc.getAs<BlockEdge>()) {