Searched refs:findFullDeclForForwardRef (Results 1 – 8 of 8) sorted by relevance
62 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
158 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
45 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
180 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
182 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()
1060 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()1090 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
886 index.tpi().findFullDeclForForwardRef(class_index); in CreateFunctionDecl()
780 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()