HomeSort by: relevance | last modified time | path
    Searched defs:ConstantAggregateBuilderUtils (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 42 struct ConstantAggregateBuilderUtils {
45 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {}
75 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils {
108 : ConstantAggregateBuilderUtils(CGM) {}
402 ConstantAggregateBuilderUtils Utils(CGM);
CGExprConstant.cpp 42 struct ConstantAggregateBuilderUtils {
45 ConstantAggregateBuilderUtils(CodeGenModule &CGM) : CGM(CGM) {}
75 class ConstantAggregateBuilder : private ConstantAggregateBuilderUtils {
108 : ConstantAggregateBuilderUtils(CGM) {}
402 ConstantAggregateBuilderUtils Utils(CGM);

Completed in 67 milliseconds