Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h362 void SetDidParseVariables(bool b, bool set_children);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp512 void Block::SetDidParseVariables(bool b, bool set_children) { in SetDidParseVariables() function in Block
517 (*pos)->SetDidParseVariables(b, true); in SetDidParseVariables()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp527 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2010 block.SetDidParseVariables(true, false); in ParseVariablesForBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3315 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()