Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
3813 class CachedProperties { class3823 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()3841 static CachedProperties get(QualType T) { in get()3845 static CachedProperties get(const Type *T) { in get()3847 return CachedProperties(T->TypeBits.getLinkage(), in get()3867 CachedProperties Result = computeCachedProperties(T); in ensure()3901 return CachedProperties(ExternalLinkage, false); in computeCachedProperties()3907 return CachedProperties(ExternalLinkage, false); in computeCachedProperties()3914 return CachedProperties(ExternalLinkage, false); in computeCachedProperties()3928 return CachedProperties(L, IsLocalOrUnnamed); in computeCachedProperties()[all …]