Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1326 std::unique_ptr<Declaration> decl_up = in ParseInlineSite() local
1491 inlinee_name.c_str(), llvm::StringRef(), decl_up.get(), in ParseInlineSite()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1301 std::unique_ptr<Declaration> decl_up; in ParseBlocksRecursive() local
1303 decl_up = std::make_unique<Declaration>( in ParseBlocksRecursive()
1313 block->SetInlinedFunctionInfo(name, mangled_name, decl_up.get(), in ParseBlocksRecursive()
H A DDWARFASTParserClang.cpp2351 std::unique_ptr<Declaration> decl_up; in ParseFunctionFromDWARF() local
2353 decl_up = std::make_unique<Declaration>(die.GetCU()->GetFile(decl_file), in ParseFunctionFromDWARF()