Searched refs:getTagRecordHashForUdt (Results 1 – 1 of 1) sorted by relevance
53 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { in getTagRecordHashForUdt() function94 return getTagRecordHashForUdt<ClassRecord>(Type); in hashTagRecord()96 return getTagRecordHashForUdt<UnionRecord>(Type); in hashTagRecord()98 return getTagRecordHashForUdt<EnumRecord>(Type); in hashTagRecord()