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;
549 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
552 EPT->convertToRTD(&rtd);
553 std::string TypeName = GetTypeName(EPT);
559 if (EPT->isRSObjectType()) {
858 const RSExportPointerType *EPT =
860 ET = EPT->getPointeeType();
891 const RSExportPointerType *EPT =
893 genTypeInstance(EPT->getPointeeType());
923 const RSExportPrimitiveType *EPT =
925 if (EPT->getType() == DataTypeBoolean) {