Searched refs:getGlobalScope (Results 1 – 8 of 8) sorted by relevance
33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
32 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
54 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
210 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
1053 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()1110 auto global_up = session.getGlobalScope(); in ParseDeclsForDeclContext()
208 m_global_scope_up = m_session_up->getGlobalScope(); in InitializeObject()
1046 auto GlobalScope = Session->getGlobalScope(); in dumpDia()1103 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()