Home
last modified time | relevance | path

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

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