Searched refs:SemaRecords (Results 1 – 1 of 1) sorted by relevance
85 void init(ArrayRef<SemaRecord> SemaRecords);235 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init() argument264 assert(!SemaRecords.empty()); in init()266 for (const SemaRecord &SR : SemaRecords) { in init()502 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics() argument635 if (!SemaRecords) in createRVVIntrinsics()694 SemaRecords->push_back(SR); in createRVVIntrinsics()710 SST.init(SemaRecords); in createRVVIntrinsicRecords()712 for (const auto &SR : SemaRecords) { in createRVVIntrinsicRecords()750 std::vector<SemaRecord> SemaRecords; in createSema() local[all …]