Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp483 const LocationContext *CurLC = Pred->getLocationContext(); in inlineCall() local
484 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in inlineCall()
505 CallEnter Loc(CallE, CalleeSFC, CurLC); in inlineCall()
789 const LocationContext *CurLC = Pred->getLocationContext(); in mayInlineCallKind() local
790 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
822 if (!shouldInlineArrayConstruction(Pred->getState(), CtorExpr, CurLC)) in mayInlineCallKind()
H A DBugReporterVisitors.cpp1752 const LocationContext *CurLC = Succ->getLocationContext(); in VisitNode() local
1754 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
1755 BR.markInvalid("Suppress IDC", CurLC); in VisitNode()
1777 CFGStmtMap *Map = CurLC->getAnalysisDeclContext()->getCFGStmtMap(); in VisitNode()
1793 BR.markInvalid("Suppress Macro IDC", CurLC); in VisitNode()