Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp513 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() local
515 if (!VarContext) in isLive()
522 if (VarContext == CurrentContext) { in isLive()
556 return VarContext->isParentOf(CurrentContext); in isLive()