Home | History | Annotate | Download | only in Core

Lines Matching refs:LCtx

167                                                    const LocationContext *LCtx,
172 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag);
177 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag);
490 if (LCtx == nullptr)
493 if (LCtx != ELCtx) {
496 if (LCtx->isParentOf(ELCtx))
505 return LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, ExprVal);
514 if (!LCtx)
516 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
523 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl()))