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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp833 const LocationContext *CurLC =Succ->getLocationContext(); local
835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC))
836 BR.markInvalid("Suppress IDC", CurLC);
H A DExprEngineCallAndReturn.cpp421 const LocationContext *CurLC = Pred->getLocationContext(); local
422 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
444 CallEnter Loc(CallE, CalleeSFC, CurLC);
593 const LocationContext *CurLC = Pred->getLocationContext(); local
594 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
622 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr))

Completed in 312 milliseconds