Home
last modified time | relevance | path

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

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