Home | History | Annotate | Download | only in slang

Lines Matching defs:EPT

68     const RSExportPrimitiveType *EPT =
70 if (EPT->isRSObjectType()) {
72 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
74 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
551 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
554 EPT->convertToRTD(&rtd);
555 std::string TypeName = GetTypeName(EPT);
561 if (EPT->isRSObjectType()) {
860 const RSExportPointerType *EPT =
862 ET = EPT->getPointeeType();
893 const RSExportPointerType *EPT =
895 genTypeInstance(EPT->getPointeeType());
925 const RSExportPrimitiveType *EPT =
927 if (EPT->getType() == DataTypeBoolean) {