Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DBlock.h360 void SetDidParseVariables(bool b, bool set_children);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp496 void Block::SetDidParseVariables(bool b, bool set_children) { in SetDidParseVariables() function in Block
501 (*pos)->SetDidParseVariables(b, true); in SetDidParseVariables()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp523 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1995 block.SetDidParseVariables(true, false); in ParseVariablesForBlock()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3231 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()