Searched refs:findFullDeclForForwardRef (Results 1 – 8 of 8) sorted by relevance
62 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
157 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
44 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()
723 index.tpi().findFullDeclForForwardRef(class_id); in GetVariableLocationInfo()962 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()992 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
1156 m_index.tpi().findFullDeclForForwardRef(class_index); in CreateFunctionDecl()
707 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()