Searched refs:CachedProperties (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 3218 class CachedProperties { class 3223 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anon319b3f550511::CachedProperties 3228 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge() 3230 return CachedProperties(MergedLinkage, in merge() 3236 static CachedProperties computeCachedProperties(const Type *T); 3244 static CachedProperties get(QualType T) { in get() 3248 static CachedProperties get(const Type *T) { in get() 3250 return CachedProperties(T->TypeBits.getLinkage(), in get() 3270 CachedProperties Result = computeCachedProperties(T); in ensure() 3284 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 3734 class CachedProperties { class 3739 CachedProperties(Linkage L, bool local) : L(L), local(local) {} in CachedProperties() function in __anona7c70f230311::CachedProperties 3744 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge() 3746 return CachedProperties(MergedLinkage, in merge() 3753 static CachedProperties computeCachedProperties(const Type *T); 3762 static CachedProperties get(QualType T) { in get() 3766 static CachedProperties get(const Type *T) { in get() 3768 return CachedProperties(T->TypeBits.getLinkage(), in get() 3788 CachedProperties Result = computeCachedProperties(T); in ensure() 3808 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties() [all …]
|