Lines Matching refs:LCtx
84 os << getKindStr() << getSymbolID() << '{' << T << ", LC" << LCtx->getID(); in dumpToStream()
86 os << ", S" << S->getID(LCtx->getDecl()->getASTContext()); in dumpToStream()
183 const LocationContext *LCtx, in conjureSymbol() argument
188 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); in conjureSymbol()
193 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol()
236 const LocationContext *LCtx, in getMetadataSymbol() argument
239 SymbolMetadata::Profile(profile, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
244 new (SD) SymbolMetadata(SymbolCounter, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
510 if (LCtx == nullptr) in isLive()
513 if (LCtx != ELCtx) { in isLive()
516 if (LCtx->isParentOf(ELCtx)) in isLive()
526 return LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, ExprVal); in isLive()
535 if (!LCtx) in isLive()
537 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive()
549 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl())) in isLive()