Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
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()