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()
2026 while (auto LexParent = m_session_up->getSymbolById(LexParentId)) { in GetCompilandId() local2027 if (LexParent->getSymTag() == PDB_SymType::Exe) in GetCompilandId()2029 if (LexParent->getSymTag() == PDB_SymType::Compiland) in GetCompilandId()2031 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in GetCompilandId()