Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp535 const LocationContext *CurLC = Pred->getLocationContext(); in inlineCall() local
536 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in inlineCall()
557 CallEnter Loc(CallE, CalleeSFC, CurLC); in inlineCall()
845 const LocationContext *CurLC = Pred->getLocationContext(); in mayInlineCallKind() local
846 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
874 if (!shouldInlineArrayConstruction(Pred->getState(), CtorExpr, CurLC)) in mayInlineCallKind()
H A DBugReporterVisitors.cpp1932 const LocationContext *CurLC = Succ->getLocationContext(); in VisitNode() local
1934 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
1935 BR.markInvalid("Suppress IDC", CurLC); in VisitNode()
1957 CFGStmtMap *Map = CurLC->getAnalysisDeclContext()->getCFGStmtMap(); in VisitNode()
1973 BR.markInvalid("Suppress Macro IDC", CurLC); in VisitNode()