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

Declarations

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   61   findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;

References

lib/DebugInfo/PDB/Native/SymbolCache.cpp
  166     Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  822   return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index));
  852     index = llvm::cantFail(tpi.findFullDeclForForwardRef(index));
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  690         m_index->tpi().findFullDeclForForwardRef(type_id.index);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
   41         Stream->findFullDeclForForwardRef(CurrentTypeIndex);
tools/llvm-pdbutil/TypeReferenceTracker.cpp
  155                       cantFail(Tpi->findFullDeclForForwardRef(RefTI)));