Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp936 SymbolContextScope *context_scope = sc.comp_unit; in ParseVariableForPDBData() local
939 context_scope = sc.function->GetBlock(true).FindBlockByID( in ParseVariableForPDBData()
941 if (context_scope == nullptr) in ParseVariableForPDBData()
942 context_scope = sc.function; in ParseVariableForPDBData()
958 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()