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.cpp532 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() local
534 if (!VarContext) in isLive()
541 if (VarContext == CurrentContext) { in isLive()
575 return VarContext->isParentOf(CurrentContext); in isLive()