Home
last modified time | relevance | path

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

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