Searched refs:SizeExprCache (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h93 llvm::SmallDenseMap<QualType, llvm::Metadata *> SizeExprCache; member in class:clang::DynamicInitKind::CGDebugInfo
370 SizeExprCache[Ty] = SizeExpr;
H A DCGDebugInfo.cpp2759 auto SizeExpr = SizeExprCache.find(QTy);
2760 if (SizeExpr != SizeExprCache.end())
2855 auto SizeNode = SizeExprCache.find(EltTy);
2856 if (SizeNode != SizeExprCache.end())

Completed in 131 milliseconds