Searched refs:GetPDBSession (Results 1 – 3 of 3) sorted by relevance
166 llvm::pdb::IPDBSession &GetPDBSession();168 const llvm::pdb::IPDBSession &GetPDBSession() const;
814 symbol_file->GetPDBSession().getSymbolById(uid_it->getSecond()); in CompleteTypeFromPDB()1056 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()1110 IPDBSession &session = symbol_file->GetPDBSession(); in ParseDeclsForDeclContext()
1728 IPDBSession &SymbolFilePDB::GetPDBSession() { return *m_session_up; } in GetPDBSession() function in SymbolFilePDB1730 const IPDBSession &SymbolFilePDB::GetPDBSession() const { in GetPDBSession() function in SymbolFilePDB