Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp537 const LocationContext *CurLC = Pred->getLocationContext(); in inlineCall() local
538 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in inlineCall()
559 CallEnter Loc(CallE, CalleeSFC, CurLC); in inlineCall()
847 const LocationContext *CurLC = Pred->getLocationContext(); in mayInlineCallKind() local
848 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
875 if (!shouldInlineArrayConstruction(Pred->getState(), CtorExpr, CurLC)) in mayInlineCallKind()
H A DBugReporterVisitors.cpp1911 const LocationContext *CurLC = Succ->getLocationContext(); in VisitNode() local
1913 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
1914 BR.markInvalid("Suppress IDC", CurLC); in VisitNode()
1936 CFGStmtMap *Map = CurLC->getAnalysisDeclContext()->getCFGStmtMap(); in VisitNode()
1952 BR.markInvalid("Suppress Macro IDC", CurLC); in VisitNode()