Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp44 struct ConstantAggregateBuilderUtils { struct
47 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() argument
77 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils {
110 : ConstantAggregateBuilderUtils(CGM) {} in ConstantAggregateBuilder()
404 ConstantAggregateBuilderUtils Utils(CGM); in buildFrom()