Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3813 class CachedProperties { class
3823 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()
3841 static CachedProperties get(QualType T) { in get()
3845 static CachedProperties get(const Type *T) { in get()
3847 return CachedProperties(T->TypeBits.getLinkage(), in get()
3867 CachedProperties Result = computeCachedProperties(T); in ensure()
3901 return CachedProperties(ExternalLinkage, false); in computeCachedProperties()
3907 return CachedProperties(ExternalLinkage, false); in computeCachedProperties()
3914 return CachedProperties(ExternalLinkage, false); in computeCachedProperties()
3928 return CachedProperties(L, IsLocalOrUnnamed); in computeCachedProperties()
[all …]