Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
2085 class CachedProperties { class2090 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon319b3f550211::CachedProperties2095 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()2097 return CachedProperties(MergedLinkage, in merge()2103 static CachedProperties computeCachedProperties(const Type *T);2111 static CachedProperties get(QualType T) { in get()2115 static CachedProperties get(const Type *T) { in get()2117 return CachedProperties(T->TypeBits.getLinkage(), in get()2137 CachedProperties Result = computeCachedProperties(T); in ensure()2151 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]