Searched refs:CurLC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp421 const LocationContext *CurLC = Pred->getLocationContext(); local
422 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
445 CallEnter Loc(CallE, CalleeSFC, CurLC);
594 const LocationContext *CurLC = Pred->getLocationContext(); local
595 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
623 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr))
H A DBugReporterVisitors.cpp829 const LocationContext *CurLC =Succ->getLocationContext(); local
831 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC))
832 BR.markInvalid("Suppress IDC", CurLC);

Completed in 415 milliseconds