Searched refs:deepest_frame_block (Results 1 – 1 of 1) sorted by relevance
293 Block *deepest_frame_block = frame->GetSymbolContext(eSymbolContextBlock).block; in IsInScope() local294 if (deepest_frame_block) in IsInScope()303 if (variable_sc.block == deepest_frame_block) in IsInScope()305 return variable_sc.block->Contains (deepest_frame_block); in IsInScope()