Lines Matching refs:SemaSignatureTable
68 class SemaSignatureTable { class
114 SemaSignatureTable &SST,
212 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
252 void SemaSignatureTable::insert(ArrayRef<PrototypeDescriptor> Signature) { in insert()
261 unsigned SemaSignatureTable::getIndex(ArrayRef<PrototypeDescriptor> Signature) { in getIndex()
280 void SemaSignatureTable::print(raw_ostream &OS) { in print()
607 SemaSignatureTable &SST, in createRVVIntrinsicRecords()
631 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
633 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
635 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
642 SemaSignatureTable SST; in createSema()