Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp55 struct ConstantAggregateBuilderUtils { struct
58 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() argument
85 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils {
118 : ConstantAggregateBuilderUtils(CGM) {} in ConstantAggregateBuilder()
412 ConstantAggregateBuilderUtils Utils(CGM); in buildFrom()