Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4193 static CachedProperties computeCachedProperties(const Type *T);
4228 CachedProperties Result = computeCachedProperties(T); in ensure()
4248 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties() function