Searched refs:findFullDeclForForwardRef (Results 1 – 6 of 6) sorted by relevance
62 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
182 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
166 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()
695 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()725 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
667 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()
41 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()