Home | History | Annotate | Download | only in Core

Lines Matching refs:LC

379                                     const LocationContext *LC,
383 ID.AddPointer(LC);
388 BlockDataRegion::ProfileRegion(ID, BC, LC, getSuperRegion());
647 const LocationContext *LC) {
678 const StackFrameContext *STC = LC->getStackFrameForDeclContext(DC);
721 const LocationContext *LC) {
729 if (LC) {
732 const StackFrameContext *STC = LC->getCurrentStackFrame();
737 // We allow 'LC' to be NULL for cases where want BlockDataRegions
743 return getSubRegion<BlockDataRegion>(BC, LC, sReg);
748 const LocationContext *LC) {
755 const StackFrameContext *STC = LC->getCurrentStackFrame();
817 LocationContext const *LC) {
818 const StackFrameContext *SFC = LC->getCurrentStackFrame();
831 const LocationContext *LC) {
832 const StackFrameContext *STC = LC->getCurrentStackFrame();
841 const LocationContext *LC) {
842 const StackFrameContext *STC = LC->getCurrentStackFrame();
1067 if (LC)
1068 VR = MemMgr.getVarRegion(VD, LC);