Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp335 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() local
338 if (VarContext == CurrentContext) in isLive()
342 return VarContext->isParentOf(CurrentContext); in isLive()