Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h337 void SetBlockInfoHasBeenParsed(bool b, bool set_children);
362 void SetDidParseVariables(bool b, bool set_children);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp502 void Block::SetBlockInfoHasBeenParsed(bool b, bool set_children) { in SetBlockInfoHasBeenParsed() argument
504 if (set_children) { in SetBlockInfoHasBeenParsed()
512 void Block::SetDidParseVariables(bool b, bool set_children) { in SetDidParseVariables() argument
514 if (set_children) { in SetDidParseVariables()