Lines Matching refs:LC

370                                     const LocationContext *LC,  in ProfileRegion()  argument
375 ID.AddPointer(LC); in ProfileRegion()
381 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); in Profile()
925 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext() argument
928 while (LC) { in getStackOrCaptureRegionForDeclContext()
929 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) { in getStackOrCaptureRegionForDeclContext()
933 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext()
947 LC = LC->getParent(); in getStackOrCaptureRegionForDeclContext()
953 const LocationContext *LC) { in getVarRegion() argument
957 const StackFrameContext *SFC = LC->getStackFrame(); in getVarRegion()
996 getStackOrCaptureRegionForDeclContext(LC, DC, D); in getVarRegion()
1061 const LocationContext *LC) { in getParamVarRegion() argument
1062 const StackFrameContext *SFC = LC->getStackFrame(); in getParamVarRegion()
1070 const LocationContext *LC, in getBlockDataRegion() argument
1079 if (LC) { in getBlockDataRegion()
1082 const StackFrameContext *STC = LC->getStackFrame(); in getBlockDataRegion()
1093 return getSubRegion<BlockDataRegion>(BC, LC, blockCount, sReg); in getBlockDataRegion()
1104 const LocationContext *LC) { in getCompoundLiteralRegion() argument
1110 const StackFrameContext *STC = LC->getStackFrame(); in getCompoundLiteralRegion()
1178 LocationContext const *LC) { in getCXXTempObjectRegion() argument
1179 const StackFrameContext *SFC = LC->getStackFrame(); in getCXXTempObjectRegion()
1234 const LocationContext *LC) { in getCXXThisRegion() argument
1239 const auto *D = dyn_cast<CXXMethodDecl>(LC->getDecl()); in getCXXThisRegion()
1243 while (!LC->inTopFrame() && (!D || D->isStatic() || in getCXXThisRegion()
1245 LC = LC->getParent(); in getCXXThisRegion()
1246 D = dyn_cast<CXXMethodDecl>(LC->getDecl()); in getCXXThisRegion()
1248 const StackFrameContext *STC = LC->getStackFrame(); in getCXXThisRegion()
1255 const LocationContext *LC) { in getAllocaRegion() argument
1256 const StackFrameContext *STC = LC->getStackFrame(); in getAllocaRegion()
1617 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1620 if (LC) { in getCaptureRegions()
1621 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1626 OriginalVR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()