Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1925 class CachedProperties { class
1930 CachedProperties(NamedDecl::LinkageInfo LV, bool local) in CachedProperties() function in __anonab9bac590211::CachedProperties
1938 friend CachedProperties merge(CachedProperties L, CachedProperties R) { in merge()
1941 return CachedProperties(MergedLV, in merge()
1947 static CachedProperties computeCachedProperties(const Type *T);
1955 static CachedProperties get(QualType T) { in get()
1959 static CachedProperties get(const Type *T) { in get()
1964 return CachedProperties(LV, T->TypeBits.hasLocalOrUnnamedType()); in get()
1986 CachedProperties Result = computeCachedProperties(T); in ensure()
2003 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties()
[all …]