Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3832 static CachedProperties computeCachedProperties(const Type *T);
3867 CachedProperties Result = computeCachedProperties(T); in ensure()
3887 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties() function