Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LC

388   const LocationContext *LC = this;
389 while (LC) {
390 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
392 LC = LC->getParent();
401 bool LocationContext::isParentOf(const LocationContext *LC) const {
403 const LocationContext *Parent = LC->getParent();
407 LC = Parent;
408 } while (LC);
571 LocationContext *LC = &*I;
573 delete LC;