Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
2063 class CachedProperties { class2068 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon9ea7635f0211::CachedProperties2073 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()2075 return CachedProperties(MergedLinkage, in merge()2081 static CachedProperties computeCachedProperties(const Type *T);2089 static CachedProperties get(QualType T) { in get()2093 static CachedProperties get(const Type *T) { in get()2095 return CachedProperties(T->TypeBits.getLinkage(), in get()2115 CachedProperties Result = computeCachedProperties(T); in ensure()2129 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]