Home | History | Annotate | Download | only in slang

Lines Matching defs:ElementType

1311       const RSExportType *ElementType = ECAT->getElementType();
1313 C.indent() << VarName << " = new " << GetTypeName(ElementType)
1317 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
1324 genAllocateVarOfType(C, ElementType, ElementVarName);
1910 const RSExportType *ElementType = ECAT->getElementType();
1911 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
1924 static_cast<const RSExportRecordType*>(ElementType),