Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance
1925 class CachedProperties { class1930 CachedProperties(NamedDecl::LinkageInfo LV, bool local) in CachedProperties() function in __anonab9bac590211::CachedProperties1938 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()1941 return CachedProperties(MergedLV, in merge()1947 static CachedProperties computeCachedProperties(const Type *T);1955 static CachedProperties get(QualType T) { in get()1959 static CachedProperties get(const Type *T) { in get()1964 return CachedProperties(LV, T->TypeBits.hasLocalOrUnnamedType()); in get()1986 CachedProperties Result = computeCachedProperties(T); in ensure()2003 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()[all …]