Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp530 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() local
532 if (!VarContext) in isLive()
539 if (VarContext == CurrentContext) { in isLive()
573 return VarContext->isParentOf(CurrentContext); in isLive()