Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/ !
H A DCGExprConstant.cpp45 struct ConstantAggregateBuilderUtils { struct
48 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() argument
78 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils {
111 : ConstantAggregateBuilderUtils(CGM) {} in ConstantAggregateBuilder()
405 ConstantAggregateBuilderUtils Utils(CGM); in buildFrom()