Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp402 const StackFrameContext *CurrentSCtx = OriginalSCtx; in findModifyingFrames() local
409 CurrentSCtx = CurrN->getStackFrame(); in findModifyingFrames()
410 FramesModifyingCalculated.insert(CurrentSCtx); in findModifyingFrames()
418 markFrameAsModifying(CurrentSCtx); in findModifyingFrames()
421 CurrentSCtx = CurrN->getStackFrame(); in findModifyingFrames()
430 markFrameAsModifying(CurrentSCtx); in findModifyingFrames()
436 markFrameAsModifying(CurrentSCtx); in findModifyingFrames()