Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
3553 class CachedProperties { class3558 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon3a2dbeea0311::CachedProperties3563 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()3565 return CachedProperties(MergedLinkage, in merge()3572 static CachedProperties computeCachedProperties(const Type *T);3581 static CachedProperties get(QualType T) { in get()3585 static CachedProperties get(const Type *T) { in get()3587 return CachedProperties(T->TypeBits.getLinkage(), in get()3607 CachedProperties Result = computeCachedProperties(T); in ensure()3627 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]