Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDBlock.h362 void SetDidParseVariables(bool b, bool set_children);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDBlock.cpp512 void Block::SetDidParseVariables(bool b, bool set_children) { in SetDidParseVariables() function in Block
517 (*pos)->SetDidParseVariables(b, true); in SetDidParseVariables()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp527 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp2010 block.SetDidParseVariables(true, false); in ParseVariablesForBlock()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3315 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()