Lines Matching refs:LC
168 for (const auto &LC : parent->captures()) { in getSelfDecl() local
169 if (!LC.capturesVariable()) in getSelfDecl()
172 VarDecl *VD = LC.getCapturedVar(); in getSelfDecl()
411 const LocationContext *LC = this; in getStackFrame() local
412 while (LC) { in getStackFrame()
413 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) in getStackFrame()
415 LC = LC->getParent(); in getStackFrame()
424 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf()
426 const LocationContext *Parent = LC->getParent(); in isParentOf()
430 LC = Parent; in isParentOf()
431 } while (LC); in isParentOf()
648 LocationContext *LC = &*I; in clear() local
650 delete LC; in clear()