Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DBlock.h358 void SetDidParseVariables(bool b, bool set_children);
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp485 void Block::SetDidParseVariables(bool b, bool set_children) { in SetDidParseVariables() function in Block
490 (*pos)->SetDidParseVariables(b, true); in SetDidParseVariables()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1456 block.SetDidParseVariables(true, false); in ParseVariablesForBlock()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp513 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3057 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()