Lines Matching refs:SemaSignatureTable
76 class SemaSignatureTable { class
123 SemaSignatureTable &SST,
231 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
271 void SemaSignatureTable::insert(ArrayRef<PrototypeDescriptor> Signature) { in insert()
280 unsigned SemaSignatureTable::getIndex(ArrayRef<PrototypeDescriptor> Signature) { in getIndex()
299 void SemaSignatureTable::print(raw_ostream &OS) { in print()
675 SemaSignatureTable &SST, in createRVVIntrinsicRecords()
703 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
705 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
707 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
714 SemaSignatureTable SST; in createSema()