Home | History | Annotate | Download | only in Core

Lines Matching defs:LC

184                                           const LocationContext *LC,
187 SVal V = State->getSVal(Ex, LC);
234 TR = MRMgr.getCXXTempObjectRegion(Inner, LC);
239 V = getSValBuilder().conjureSymbolVal(Result, LC, TR->getValueType(),
250 State = State->BindExpr(Result, LC, Reg);
318 const LocationContext *LC) {
338 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
344 const LocationContext *LC,
350 assert(LC && "Must pass the current (or expiring) LocationContext");
360 // LC is the location context being destroyed, but SymbolReaper wants a
366 LC = LC->getParent();
369 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : nullptr;
2171 const LocationContext *LC = Pred->getLocationContext();
2172 PostStmt PS(StoreE, LC);
2186 const ProgramPoint L = PostStore(StoreE, LC, /*Loc*/nullptr,
2213 const ProgramPoint L = PostStore(StoreE, LC, LocReg, nullptr);