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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
  133 bool IsForwardRefUdt(const PdbTypeSymId &id, llvm::pdb::TpiStream &tpi);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  851   if (IsForwardRefUdt(index, tpi))
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  688   if (IsForwardRefUdt(type_id, m_index->tpi())) {