Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3762 static CachedProperties computeCachedProperties(const Type *T);
3797 CachedProperties Result = computeCachedProperties(T); in ensure()
3817 static CachedProperties computeCachedProperties(const Type *T) { in computeCachedProperties() function