Home | History | Annotate | Download | only in Core

Lines Matching refs:LC

385                                     const LocationContext *LC,
390 ID.AddPointer(LC);
396 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion());
738 getStackOrCaptureRegionForDeclContext(const LocationContext *LC,
741 while (LC) {
742 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) {
747 dyn_cast<BlockInvocationContext>(LC)) {
760 LC = LC->getParent();
766 const LocationContext *LC) {
798 getStackOrCaptureRegionForDeclContext(LC, DC, D);
853 const LocationContext *LC,
862 if (LC) {
865 const StackFrameContext *STC = LC->getCurrentStackFrame();
870 // We allow 'LC' to be NULL for cases where want BlockDataRegions
876 return getSubRegion<BlockDataRegion>(BC, LC, blockCount, sReg);
887 const LocationContext *LC) {
894 const StackFrameContext *STC = LC->getCurrentStackFrame();
960 LocationContext const *LC) {
961 const StackFrameContext *SFC = LC->getCurrentStackFrame();
1012 LC) {
1013 const StackFrameContext *STC = LC->getCurrentStackFrame();
1022 const LocationContext *LC) {
1023 const StackFrameContext *STC = LC->getCurrentStackFrame();
1366 OriginalVR = MemMgr.getVarRegion(VD, LC);
1369 if (LC) {
1370 VR = MemMgr.getVarRegion(VD, LC);
1375 OriginalVR = MemMgr.getVarRegion(VD, LC);