Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
4619 class CachedProperties { class4624 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon1a6dd6330511::CachedProperties4629 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()4631 return CachedProperties(MergedLinkage, L.hasLocalOrUnnamedType() || in merge()4638 static CachedProperties computeCachedProperties(const Type *T);4647 static CachedProperties get(QualType T) { return get(T.getTypePtr()); } in get()4649 static CachedProperties get(const Type *T) { in get()4651 return CachedProperties(T->TypeBits.getLinkage(), in get()4672 CachedProperties Result = computeCachedProperties(T); in ensure()4692 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]