Lines Matching defs:getActivePath

164     return LCM.find(&PD->getActivePath())->getSecond();
199 PathPieces &getActivePath() { return PD->getActivePath(); }
886 C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
891 C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
900 C.getActivePath().push_front(
922 C.getActivePath().push_front(
932 C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
947 C.getActivePath().push_front(
955 C.getActivePath().push_front(
972 C.getActivePath().push_front(
979 C.getActivePath().push_front(
993 C.getActivePath().push_front(
997 C.getActivePath().push_front(
1153 addEdgeToPath(C.getActivePath(), PrevLoc,
1163 Call = cast<PathDiagnosticCallPiece>(C.getActivePath().front().get());
1168 Call = PathDiagnosticCallPiece::construct(C.getActivePath(), Caller);
1169 assert(C.getActivePath().size() == 1 &&
1170 C.getActivePath().front().get() == Call);
1174 assert(C.isInLocCtxMap(&C.getActivePath()) &&
1178 C.updateLocCtxMap(&C.getActivePath(), C.getCurrLocationContext());
1216 addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn);
1221 C.getActivePath().push_front(std::move(Call));
1239 addEdgeToPath(C.getActivePath(), PrevLoc, L);
1272 addEdgeToPath(C.getActivePath(), PrevLoc, p->getLocation());
1275 C.getActivePath().push_front(std::move(p));
1279 addEdgeToPath(C.getActivePath(), PrevLoc,
1316 addEdgeToPath(C.getActivePath(), PrevLoc, PE->getLocation());
1320 C.getActivePath().push_front(std::move(PE));
1325 addEdgeToPath(C.getActivePath(), PrevLoc, L);
1992 LCM[&PD->getActivePath()] = ErrorNode->getLocationContext();
2048 addEdgeToPath(Construct.getActivePath(), PrevLoc, Note->getLocation());
2050 Construct.getActivePath().push_front(Note);
2060 addEdgeToPath(Construct.getActivePath(), PrevLoc,