Lines Matching refs:LCtx
453 for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) { in dumpStack() local
454 switch (LCtx->getKind()) { in dumpStack()
458 if (const auto *D = dyn_cast<NamedDecl>(LCtx->getDecl())) in dumpStack()
462 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in dumpStack()
469 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in dumpStack()
491 for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) { in printJson() local
493 << "{ \"lctx_id\": " << LCtx->getID() << ", \"location_context\": \""; in printJson()
494 switch (LCtx->getKind()) { in printJson()
498 if (const auto *D = dyn_cast<NamedDecl>(LCtx->getDecl())) in printJson()
504 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in printJson()
514 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in printJson()
522 printMoreInfoPerContext(LCtx); in printJson()
525 if (LCtx->getParent()) in printJson()