Searched refs:getTagRecordHashForUdt (Results 1 – 1 of 1) sorted by relevance
52 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { in getTagRecordHashForUdt() function93 return getTagRecordHashForUdt<ClassRecord>(Type); in hashTagRecord()95 return getTagRecordHashForUdt<UnionRecord>(Type); in hashTagRecord()97 return getTagRecordHashForUdt<EnumRecord>(Type); in hashTagRecord()