Searched refs:getSymbolById (Results 1 – 19 of 19) sorted by relevance
46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
199 return Session.getSymbolById(Id); in getSymbolByIdHelper()221 auto Child = Session.getSymbolById(Value); in dumpSymbolIdField()
57 while (auto LexParent = Session.getSymbolById(LexParentId)) { in getCompilandId()
40 return Session.getSymbolById(TypeId); in getSymbolType()
247 SymbolCache::getSymbolById(SymIndexId SymbolId) const { in getSymbolById() function in SymbolCache343 return getSymbolById(Iter->second); in findFunctionSymbolBySectOffset()370 return getSymbolById(Found->second); in findFunctionSymbolBySectOffset()375 return getSymbolById(Id); in findFunctionSymbolBySectOffset()388 return getSymbolById(Iter->second); in findPublicSymbolBySectOffset()439 return getSymbolById(Found->second); in findPublicSymbolBySectOffset()444 return getSymbolById(Id); in findPublicSymbolBySectOffset()
32 return Session.getSymbolCache().getSymbolById(Symbols[N]); in getChildAtIndex()
49 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex()
63 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex()
217 NativeSession::getSymbolById(SymIndexId SymbolId) const { in getSymbolById() function in NativeSession 218 return Cache.getSymbolById(SymbolId); in getSymbolById()
106 return Session.getSymbolCache().getSymbolById(Id); in getChildAtIndex()
33 getSymbolById(SymIndexId SymbolId) const = 0;42 return unique_dyn_cast_or_null<T>(getSymbolById(SymbolId)); in getConcreteSymbolById()
34 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start()
233 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump()
34 std::unique_ptr<PDBSymbol> getSymbolById(SymIndexId SymbolId) const override;
297 if (auto class_parent = session.getSymbolById(class_parent_id)) in GetClassOrFunctionParent()311 auto lexical_parent = session.getSymbolById(lexical_parent_id); in GetClassOrFunctionParent()812 symbol_file->GetPDBSession().getSymbolById(uid_it->getSecond()); in CompleteTypeFromPDB()855 session.getSymbolById(class_parent_id)) { in GetDeclForSymbol()1110 session.getSymbolById(m_decl_context_to_uid.lookup(decl_context)); in ParseDeclsForDeclContext()
586 auto pdb_type = m_session_up->getSymbolById(type_uid); in ResolveTypeUID()645 auto symbol = m_session_up->getSymbolById(uid); in GetDeclForUID()676 auto symbol = m_session_up->getSymbolById(uid); in GetDeclContextForUID()707 auto symbol = m_session_up->getSymbolById(uid); in GetDeclContextContainingUID()2043 while (auto LexParent = m_session_up->getSymbolById(LexParentId)) { in GetCompilandId()
54 std::unique_ptr<PDBSymbol> getSymbolById(SymIndexId SymbolId) const override;
185 std::unique_ptr<PDBSymbol> getSymbolById(SymIndexId SymbolId) const;
183 DIASession::getSymbolById(SymIndexId SymbolId) const { in getSymbolById() function in DIASession