Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4619 class CachedProperties { class
4624 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon1a6dd6330511::CachedProperties
4629 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()
4631 return CachedProperties(MergedLinkage, L.hasLocalOrUnnamedType() || in merge()
4638 static CachedProperties computeCachedProperties(const Type *T);
4647 static CachedProperties get(QualType T) { return get(T.getTypePtr()); } in get()
4649 static CachedProperties get(const Type *T) { in get()
4651 return CachedProperties(T->TypeBits.getLinkage(), in get()
4672 CachedProperties Result = computeCachedProperties(T); in ensure()
4692 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()
[all …]