Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp436 const LocationContext *CurLC = Pred->getLocationContext(); in REGISTER_MAP_WITH_PROGRAMSTATE() local
437 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in REGISTER_MAP_WITH_PROGRAMSTATE()
458 CallEnter Loc(CallE, CalleeSFC, CurLC); in REGISTER_MAP_WITH_PROGRAMSTATE()
736 const LocationContext *CurLC = Pred->getLocationContext(); in mayInlineCallKind() local
737 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
H A DBugReporterVisitors.cpp1749 const LocationContext *CurLC = Succ->getLocationContext(); in VisitNode() local
1751 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
1752 BR.markInvalid("Suppress IDC", CurLC); in VisitNode()
1774 CFGStmtMap *Map = CurLC->getAnalysisDeclContext()->getCFGStmtMap(); in VisitNode()
1790 BR.markInvalid("Suppress Macro IDC", CurLC); in VisitNode()