Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
3218 class CachedProperties { class3223 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon41c6d3720511::CachedProperties3228 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()3230 return CachedProperties(MergedLinkage, in merge()3236 static CachedProperties computeCachedProperties(const Type *T);3244 static CachedProperties get(QualType T) { in get()3248 static CachedProperties get(const Type *T) { in get()3250 return CachedProperties(T->TypeBits.getLinkage(), in get()3270 CachedProperties Result = computeCachedProperties(T); in ensure()3284 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]