Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp542 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() local
544 if (!VarContext) in isLive()
551 if (VarContext == CurrentContext) { in isLive()
585 return VarContext->isParentOf(CurrentContext); in isLive()