Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h227 lldb::VariableSP GetOrCreateLocalVariable(PdbCompilandSymId scope_id,
235 lldb::VariableSP CreateLocalVariable(PdbCompilandSymId scope_id,
H A DPdbAstBuilder.h67 clang::VarDecl *GetOrCreateVariableDecl(PdbCompilandSymId scope_id,
H A DSymbolFileNativePDB.cpp1691 VariableSP SymbolFileNativePDB::CreateLocalVariable(PdbCompilandSymId scope_id, in CreateLocalVariable() argument
1695 Block &block = GetOrCreateBlock(scope_id); in CreateLocalVariable()
1730 m_ast->GetOrCreateVariableDecl(scope_id, var_id); in CreateLocalVariable()
1737 PdbCompilandSymId scope_id, PdbCompilandSymId var_id, bool is_param) { in GetOrCreateLocalVariable() argument
1742 return CreateLocalVariable(scope_id, var_id, is_param); in GetOrCreateLocalVariable()
H A DPdbAstBuilder.cpp505 PdbCompilandSymId scope_id = in GetOrCreateSymbolForId() local
507 return GetOrCreateVariableDecl(scope_id, id); in GetOrCreateSymbolForId()
978 PdbAstBuilder::GetOrCreateVariableDecl(PdbCompilandSymId scope_id, in GetOrCreateVariableDecl() argument
983 clang::DeclContext *scope = GetOrCreateDeclContextForUid(scope_id); in GetOrCreateVariableDecl()