Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp409 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() local
411 if (!VarContext) in isLive()
418 if (VarContext == CurrentContext) { in isLive()
452 return VarContext->isParentOf(CurrentContext); in isLive()