Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DBlock.h372 m_parsed_block_variables : 1, m_parsed_child_blocks : 1; variable
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp26 m_parsed_block_variables(false), m_parsed_child_blocks(false) {} in Block()
478 m_parsed_child_blocks = true; in SetBlockInfoHasBeenParsed()