Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
4404 class CachedProperties { class4409 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon1a6dd6330511::CachedProperties4414 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()4416 return CachedProperties(MergedLinkage, L.hasLocalOrUnnamedType() || in merge()4423 static CachedProperties computeCachedProperties(const Type *T);4432 static CachedProperties get(QualType T) { in get()4436 static CachedProperties get(const Type *T) { in get()4438 return CachedProperties(T->TypeBits.getLinkage(), in get()4458 CachedProperties Result = computeCachedProperties(T); in ensure()4478 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]