Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
4174 class CachedProperties { class4184 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()4202 static CachedProperties get(QualType T) { in get()4206 static CachedProperties get(const Type *T) { in get()4208 return CachedProperties(T->TypeBits.getLinkage(), in get()4228 CachedProperties Result = computeCachedProperties(T); in ensure()4262 return CachedProperties(Linkage::External, false); in computeCachedProperties()4268 return CachedProperties(Linkage::External, false); in computeCachedProperties()4275 return CachedProperties(Linkage::External, false); in computeCachedProperties()4289 return CachedProperties(L, IsLocalOrUnnamed); in computeCachedProperties()[all …]