Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp42 struct ConstantAggregateBuilderUtils { struct
45 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() function
75 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils {
108 : ConstantAggregateBuilderUtils(CGM) {} in ConstantAggregateBuilder()
402 ConstantAggregateBuilderUtils Utils(CGM); in buildFrom()