Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LC

398   const LocationContext *LC = this;
399 while (LC) {
400 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
402 LC = LC->getParent();
411 bool LocationContext::isParentOf(const LocationContext *LC) const {
413 const LocationContext *Parent = LC->getParent();
417 LC = Parent;
418 } while (LC);
573 LocationContext *LC = &*I;
575 delete LC;