Searched refs:MaterializedType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2892 QualType MaterializedType = Init->getType(); local
2894 MaterializedType = E->getType();
2931 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr);
2932 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value);
2937 Type = getTypes().ConvertTypeForMem(MaterializedType);
2948 VD, getContext().getTargetAddressSpace(MaterializedType));
2955 getContext().getTypeAlignInChars(MaterializedType).getQuantity());

Completed in 108 milliseconds