Searched refs:getConcreteSymbolById (Results 1 – 4 of 4) sorted by relevance
59 return Session.getConcreteSymbolById<PDBSymbolData>( in getChildAtIndex()68 return Session.getConcreteSymbolById<PDBSymbolData>(Result.getSymIndexId()); in getNext()91 return Session.getConcreteSymbolById<PDBSymbolTypeFunctionSig>(getTypeId()); in getSignature()100 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId()); in getClassParent()
27 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId()); in getClassParent()32 return Session.getConcreteSymbolById<PDBSymbolTypeBuiltin>(getTypeId()); in getUnderlyingType()
40 Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>( in dumpClassParentWithScopeOperator()60 Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>( in start()
35 std::unique_ptr<T> getConcreteSymbolById(uint32_t SymbolId) const { in getConcreteSymbolById() function