Searched refs:LexParent (Results 1 – 2 of 2) sorted by relevance
57 while (auto LexParent = Session.getSymbolById(LexParentId)) { in getCompilandId() local58 if (LexParent->getSymTag() == PDB_SymType::Exe) in getCompilandId()60 if (LexParent->getSymTag() == PDB_SymType::Compiland) in getCompilandId()62 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in getCompilandId()
2043 while (auto LexParent = m_session_up->getSymbolById(LexParentId)) { in GetCompilandId() local2044 if (LexParent->getSymTag() == PDB_SymType::Exe) in GetCompilandId()2046 if (LexParent->getSymTag() == PDB_SymType::Compiland) in GetCompilandId()2048 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in GetCompilandId()