reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
61 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
166 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp822 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)));