Home | History | Annotate | Download | only in Core

Lines Matching defs:SFC

742     if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) {
743 if (cast<DeclContext>(SFC->getDecl()) == DC)
744 return SFC;
961 const StackFrameContext *SFC = LC->getCurrentStackFrame();
962 assert(SFC);
963 return getSubRegion<CXXTempObjectRegion>(E, getStackLocalsRegion(SFC));