Searched refs:getSymbolById (Results 1 – 10 of 10) sorted by relevance
45 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()52 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()73 return Session.getSymbolById(getTypeId()); in getReturnType()85 return Session.getSymbolById(ClassId); in getClassParent()
24 return Session.getSymbolById(getTypeId()); in getType()
24 return Session.getSymbolById(getTypeId()); in getElementType()
24 return Session.getSymbolById(getTypeId()); in getPointeeType()
31 virtual std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const = 0;35 auto Symbol(getSymbolById(SymbolId)); in getConcreteSymbolById()
32 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start()56 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
196 auto ElementType = Symbol.getSession().getSymbolById(ElementTypeId); in dump()220 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump()233 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
30 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override;
134 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() function in DIASession
68 std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { in getSymbolById() function in __anon767b75250111::MockSession