Home
last modified time | relevance | path

Searched refs:CachedProperties (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4174 class CachedProperties { class
4184 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()
4202 static CachedProperties get(QualType T) { in get()
4206 static CachedProperties get(const Type *T) { in get()
4208 return CachedProperties(T->TypeBits.getLinkage(), in get()
4228 CachedProperties Result = computeCachedProperties(T); in ensure()
4262 return CachedProperties(Linkage::External, false); in computeCachedProperties()
4268 return CachedProperties(Linkage::External, false); in computeCachedProperties()
4275 return CachedProperties(Linkage::External, false); in computeCachedProperties()
4289 return CachedProperties(L, IsLocalOrUnnamed); in computeCachedProperties()
[all …]