Searched refs:findFullDeclForForwardRef (Results 1 – 5 of 5) sorted by relevance
61 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
155 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
41 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
180 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
177 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()