Home
last modified time | relevance | path

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

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