Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h414 void SetDidParseVariables(bool b, bool set_children);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp470 void Block::SetDidParseVariables(bool b, bool set_children) { in SetDidParseVariables() function in Block
475 (*pos)->SetDidParseVariables(b, true); in SetDidParseVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1454 block.SetDidParseVariables(true, false); in ParseVariablesForBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp512 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3179 sc.function->GetBlock(false).SetDidParseVariables(true, true); in ParseVariablesForContext()