Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DBlock.h433 SetBlockInfoHasBeenParsed (bool b, bool set_children);
468 SetDidParseVariables (bool b, bool set_children);
/external/lldb/source/Symbol/
DBlock.cpp575 Block::SetBlockInfoHasBeenParsed (bool b, bool set_children) in SetBlockInfoHasBeenParsed() argument
578 if (set_children) in SetBlockInfoHasBeenParsed()
588 Block::SetDidParseVariables (bool b, bool set_children) in SetDidParseVariables() argument
591 if (set_children) in SetDidParseVariables()