reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/PDB/PDBSymbol.h
  136   std::unique_ptr<IPDBEnumSymbols> findAllChildren(PDB_SymType Type) const;

References

lib/DebugInfo/PDB/PDBSymbol.cpp
  143   return findAllChildren(PDB_SymType::None);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  462       results = raw_sym.findAllChildren(tag);
  904             m_global_scope_up->findAllChildren(PDB_SymType::PublicSymbol))
 1477     results = m_global_scope_up->findAllChildren(tag);
 1523   results = m_global_scope_up->findAllChildren(PDB_SymType::None);
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1043     auto Children = GlobalScope->findAllChildren(ST);