Searched refs:getGlobalScope (Results 1 – 8 of 8) sorted by relevance
31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
53 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
211 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
1056 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()1113 auto global_up = session.getGlobalScope(); in ParseDeclsForDeclContext()
203 m_global_scope_up = m_session_up->getGlobalScope(); in InitializeObject()
1042 auto GlobalScope = Session->getGlobalScope(); in dumpDia()1099 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()