Lines Matching refs:getStackFrame

306       const StackFrameContext *SFC = InitLoc->getStackFrame();
478 auto Key = std::make_pair(E, LCtx->getStackFrame());
488 const unsigned *V = State->get<PendingInitLoop>({E, LCtx->getStackFrame()});
495 auto Key = std::make_pair(E, LCtx->getStackFrame());
505 auto Key = std::make_pair(E, LCtx->getStackFrame());
517 State->get<IndexOfElementToConstruct>({E, LCtx->getStackFrame()});
525 auto Key = std::make_pair(E, LCtx->getStackFrame());
537 State->get<PendingArrayDestruction>(LCtx->getStackFrame());
545 auto Key = LCtx->getStackFrame();
555 auto Key = LCtx->getStackFrame();
565 ConstructedObjectKey Key(Item, LC->getStackFrame());
606 ConstructedObjectKey Key(Item, LC->getStackFrame());
615 ConstructedObjectKey Key(Item, LC->getStackFrame());
1056 const StackFrameContext *SFC = LC ? LC->getStackFrame() : nullptr;
1491 LCtx->getStackFrame());
1515 getSValBuilder().getCXXThis(CurDtor, LCtx->getStackFrame());
2452 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame();
2453 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame();
2465 if (L.getStackFrame() != CallerSF)
2564 const LocationContext *CalleeSF = CalleeLC->getStackFrame();
2567 if (RootLC->getStackFrame() != CalleeSF) {
2935 if (!Pred->getStackFrame()->inTopFrame())
2938 Pred->getStackFrame(), Pred->getState()));
2949 const LocationContext *ToLC = FromLC->getStackFrame()->getParent();
2982 Pred->getStackFrame()->getParent()));
3118 svalBuilder.getCXXThis(MD, LocCtxt->getStackFrame());
3524 if (VR->hasStackParametersStorage() && VR->getStackFrame()->inTopFrame())