Lines Matching refs:LC
168 for (const auto &LC : parent->captures()) { in getSelfDecl() local
169 if (!LC.capturesVariable()) in getSelfDecl()
172 ValueDecl *VD = LC.getCapturedVar(); in getSelfDecl()
463 const LocationContext *LC = this; in getStackFrame() local
464 while (LC) { in getStackFrame()
465 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) in getStackFrame()
467 LC = LC->getParent(); in getStackFrame()
476 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf()
478 const LocationContext *Parent = LC->getParent(); in isParentOf()
482 LC = Parent; in isParentOf()
483 } while (LC); in isParentOf()
700 LocationContext *LC = &*I; in clear() local
702 delete LC; in clear()