HomeSort by relevance Sort by last modified time
    Searched refs:CurLC (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 421 const LocationContext *CurLC = Pred->getLocationContext();
422 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
444 CallEnter Loc(CallE, CalleeSFC, CurLC);
593 const LocationContext *CurLC = Pred->getLocationContext();
594 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
622 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr))
    [all...]
BugReporterVisitors.cpp 833 const LocationContext *CurLC =Succ->getLocationContext();
835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC))
836 BR.markInvalid("Suppress IDC", CurLC);
    [all...]

Completed in 155 milliseconds