Home | History | Annotate | Download | only in slang

Lines Matching defs:EPT

65     const RSExportPrimitiveType *EPT =
67 if (EPT->isRSObjectType()) {
69 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
71 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
538 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
541 EPT->convertToRTD(&rtd);
542 std::string TypeName = GetTypeName(EPT, false);
548 if (EPT->isRSObjectType()) {
807 const RSExportPointerType *EPT =
809 ET = EPT->getPointeeType();
840 const RSExportPointerType *EPT =
842 genTypeInstance(EPT->getPointeeType());
872 const RSExportPrimitiveType *EPT =
874 if (EPT->getType() == DataTypeBoolean) {