Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp521 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() local
523 if (!VarContext) in isLive()
530 if (VarContext == CurrentContext) { in isLive()
559 return VarContext->isParentOf(CurrentContext); in isLive()