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.cpp45 struct ConstantAggregateBuilderUtils { struct
48 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {} in ConstantAggregateBuilderUtils() function
78 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils {
111 : ConstantAggregateBuilderUtils(CGM) {} in ConstantAggregateBuilder()
405 ConstantAggregateBuilderUtils Utils(CGM); in buildFrom()