Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp3068 class CachedProperties { class
3073 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon24d92e8c0511::CachedProperties
3078 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()
3080 return CachedProperties(MergedLinkage, in merge()
3086 static CachedProperties computeCachedProperties(const Type *T);
3094 static CachedProperties get(QualType T) { in get()
3098 static CachedProperties get(const Type *T) { in get()
3100 return CachedProperties(T->TypeBits.getLinkage(), in get()
3120 CachedProperties Result = computeCachedProperties(T); in ensure()
3134 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()
[all …]