Lines Matching defs:getLocationContext
133 const LocationContext *getLocationContext() const { return Impl.second; }
136 return getLocationContext()->getDecl()->getASTContext();
652 if (I.first.getLocationContext() == LC)
698 if (Key.getLocationContext() != LCtx)
712 if (Key.getLocationContext() != LCtx)
968 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
1123 Pred->getLocationContext())) {
1125 Pred->getLocationContext());
1154 LoopExit PP(S, Pred->getLocationContext());
1164 const LocationContext *LC = Pred->getLocationContext();
1171 const auto *stackFrame = cast<StackFrameContext>(Pred->getLocationContext());
1329 const LocationContext *LCtx = Pred->getLocationContext();
1345 const LocationContext *LCtx = Pred->getLocationContext();
1413 const LocationContext *LCtx = Pred->getLocationContext();
1487 const LocationContext *LCtx = Pred->getLocationContext();
1511 const LocationContext *LCtx = Pred->getLocationContext();
1569 const LocationContext *LC = Pred->getLocationContext();
1573 State, D.getBindTemporaryExpr(), Pred->getLocationContext())) {
1578 Pred->getLocationContext());
1589 Pred->getLocationContext(), getCFGElementRef());
1648 const LocationContext *LC = Pred->getLocationContext();
1671 const LocationContext *LC = Node->getLocationContext();
1885 S, Pred->getLocationContext(),
2008 const LocationContext *LCtx = Pred->getLocationContext();
2041 const LocationContext *LCtx = N->getLocationContext();
2122 state->BindExpr(B, Pred->getLocationContext(),
2124 Pred->getLocationContext())));
2152 const LocationContext *LCtx = Pred->getLocationContext();
2394 state->BindExpr(SE, Pred->getLocationContext(),
2396 Pred->getLocationContext())));
2420 SVal V = state->getSVal(Result, Pred->getLocationContext());
2422 state->BindExpr(S, Pred->getLocationContext(), V));
2426 state->BindExpr(S, Pred->getLocationContext(),
2441 SVal V = state->getSVal(E, Pred->getLocationContext());
2443 state->BindExpr(S, Pred->getLocationContext(), V));
2490 BeforeProcessingCall->getLocationContext(), CE, nullptr, &PT);
2518 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
2548 const LocationContext *LCtx = Pred->getLocationContext();
2563 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext();
2566 (*G.roots_begin())->getLocation().getLocationContext();
2725 ExprEngine::hasMoreIteration(State, ObjCFor, N->getLocationContext());
2730 N->getLocationContext());
2736 SVal X = State->getSVal(Condition, N->getLocationContext());
2747 RecoverCastedSymbol(State, Condition, N->getLocationContext(),
2773 const LocationContext *LCtx = Pred->getLocationContext();
2860 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
2881 SVal V = state->getSVal(builder.getTarget(), builder.getLocationContext());
2948 const LocationContext *FromLC = Pred->getLocationContext();
2954 if (I.first.getLocationContext() == LC) {
2981 Pred->getLocationContext(),
2984 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
2987 if (Pred->getLocationContext()->inTopFrame()) {
3009 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext());
3093 const LocationContext *LCtx = Pred->getLocationContext();
3099 const LocationContext *LocCtxt = Pred->getLocationContext();
3244 const LocationContext *LCtx = Node->getLocationContext();
3346 const LocationContext *LCtx = Node->getLocationContext();
3396 const LocationContext *LCtx = I->getLocationContext();
3477 const LocationContext *LCtx = I->getLocationContext();
3606 const LocationContext *LC = Pred->getLocationContext();
3706 const LocationContext *LCtx = I->getLocationContext();
3785 SVal V = State->getSVal(Ex, Pred->getLocationContext());
3800 StateTrue = StateTrue->BindExpr(Ex, Pred->getLocationContext(), Val);
3807 StateFalse = StateFalse->BindExpr(Ex, Pred->getLocationContext(), Val);
3832 SVal X = state->getSVal(O, Pred->getLocationContext());
3837 Pred->getLocationContext(),
3843 SVal X = state->getSVal(I, Pred->getLocationContext());
3847 Pred->getLocationContext(),
3950 State->printDOT(Out, N->getLocationContext(), Space);