Lines Matching refs:LCtx
506 for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) { in dumpStack() local
507 switch (LCtx->getKind()) { in dumpStack()
511 if (const auto *D = dyn_cast<NamedDecl>(LCtx->getDecl())) in dumpStack()
515 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in dumpStack()
522 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in dumpStack()
544 for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) { in printJson() local
546 << "{ \"lctx_id\": " << LCtx->getID() << ", \"location_context\": \""; in printJson()
547 switch (LCtx->getKind()) { in printJson()
551 if (const auto *D = dyn_cast<NamedDecl>(LCtx->getDecl())) in printJson()
557 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in printJson()
567 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in printJson()
575 printMoreInfoPerContext(LCtx); in printJson()
578 if (LCtx->getParent()) in printJson()