Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
3743 class CachedProperties { class3748 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon1b829cde0311::CachedProperties3753 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()3755 return CachedProperties(MergedLinkage, in merge()3762 static CachedProperties computeCachedProperties(const Type *T);3771 static CachedProperties get(QualType T) { in get()3775 static CachedProperties get(const Type *T) { in get()3777 return CachedProperties(T->TypeBits.getLinkage(), in get()3797 CachedProperties Result = computeCachedProperties(T); in ensure()3817 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]