Home | History | Annotate | Download | only in Core

Lines Matching refs:LCtx

446   const LocationContext *LCtx = N->getLocationContext();
447 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame();
1287 const LocationContext *LCtx = N->getLocationContext();
1290 LCtx).getAsRegion()) {
1406 const LocationContext *LCtx = N->getLocationContext();
1407 PathDiagnosticLocation Loc(Cond, BRC.getSourceManager(), LCtx);
1442 const LocationContext *LCtx = N->getLocationContext();
1443 PathDiagnosticLocation Loc(CondVarExpr, BRC.getSourceManager(), LCtx);
1450 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
1488 const LocationContext *LCtx = N->getLocationContext();
1489 PathDiagnosticLocation Loc(Cond, BRC.getSourceManager(), LCtx);
1494 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
1561 for (const LocationContext *LCtx = N->getLocationContext(); LCtx;
1562 LCtx = LCtx->getParent()) {
1563 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(LCtx->getDecl());