Searched refs:getGlobalScope (Results 1 – 11 of 11) sorted by relevance
41 auto GS1 = S->getGlobalScope(); in TEST()42 auto GS2 = S->getGlobalScope(); in TEST()50 auto GS3 = S->getGlobalScope(); in TEST()66 auto GS = S->getGlobalScope(); in TEST()108 auto GS = S->getGlobalScope(); in TEST()
69 std::unique_ptr<PDBSymbolExe> getGlobalScope() override { return nullptr; } in getGlobalScope() function in __anonb072cdf30111::MockSession
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
1052 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()1109 auto global_up = session.getGlobalScope(); in ParseDeclsForDeclContext()
202 m_global_scope_up = m_session_up->getGlobalScope(); in InitializeObject()
120 auto global = session.getGlobalScope(); in GetGlobalConstantInteger()
1042 auto GlobalScope = Session->getGlobalScope(); in dumpDia()1099 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()