Lines Matching defs:LC

388                                     const LocationContext *LC,
393 ID.AddPointer(LC);
399 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion());
1000 getStackOrCaptureRegionForDeclContext(const LocationContext *LC,
1003 while (LC) {
1004 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) {
1008 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) {
1020 LC = LC->getParent();
1026 const LocationContext *LC) {
1030 const StackFrameContext *SFC = LC->getStackFrame();
1069 getStackOrCaptureRegionForDeclContext(LC, DC, D);
1137 const LocationContext *LC) {
1138 const StackFrameContext *SFC = LC->getStackFrame();
1146 const LocationContext *LC,
1160 if (!IsArcManagedBlock && LC) {
1163 const StackFrameContext *STC = LC->getStackFrame();
1167 // We allow 'LC' to be NULL for cases where want BlockDataRegions
1173 return getSubRegion<BlockDataRegion>(BC, LC, blockCount, sReg);
1178 const LocationContext *LC) {
1184 const StackFrameContext *STC = LC->getStackFrame();
1251 LocationContext const *LC) {
1252 const StackFrameContext *SFC = LC->getStackFrame();
1259 const Expr *Ex, const ValueDecl *VD, const LocationContext *LC) {
1260 const StackFrameContext *SFC = LC->getStackFrame();
1324 const LocationContext *LC) {
1329 const auto *D = dyn_cast<CXXMethodDecl>(LC->getDecl());
1333 while (!LC->inTopFrame() && (!D || D->isStatic() ||
1335 LC = LC->getParent();
1336 D = dyn_cast<CXXMethodDecl>(LC->getDecl());
1338 const StackFrameContext *STC = LC->getStackFrame();
1345 const LocationContext *LC) {
1346 const StackFrameContext *STC = LC->getStackFrame();
1701 OriginalVR = MemMgr.getVarRegion(VD, LC);
1704 if (LC) {
1705 VR = MemMgr.getVarRegion(VD, LC);
1710 OriginalVR = MemMgr.getVarRegion(VD, LC);