Lines Matching refs:RSReflectionCpp

119 RSReflectionCpp::RSReflectionCpp(const RSContext *Context,  in RSReflectionCpp()  function in slang::RSReflectionCpp
130 RSReflectionCpp::~RSReflectionCpp() {} in ~RSReflectionCpp()
132 bool RSReflectionCpp::reflect() { in reflect()
141 bool RSReflectionCpp::writeHeaderFile() { in writeHeaderFile()
186 void RSReflectionCpp::genTypeInstancesUsedInForEach() { in genTypeInstancesUsedInForEach()
207 void RSReflectionCpp::genFieldsForAllocationTypeVerification() { in genFieldsForAllocationTypeVerification()
222 void RSReflectionCpp::genFieldsToStoreExportVariableValues() { in genFieldsToStoreExportVariableValues()
247 void RSReflectionCpp::genForEachDeclarations() { in genForEachDeclarations()
299 void RSReflectionCpp::genExportFunctionDeclarations() { in genExportFunctionDeclarations()
311 void RSReflectionCpp::genExportForEachBodies() { in genExportForEachBodies()
394 void RSReflectionCpp::genExportFunctionBodies() { in genExportFunctionBodies()
425 bool RSReflectionCpp::genEncodedBitCode() { in genEncodedBitCode()
451 bool RSReflectionCpp::writeImplementationFile() { in writeImplementationFile()
505 void RSReflectionCpp::genExportVariablesGetterAndSetter() { in genExportVariablesGetterAndSetter()
551 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, in genGetterAndSetter()
585 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
619 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter()
651 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
678 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT, in genGetterAndSetter()
699 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT, in genGetterAndSetter()
704 void RSReflectionCpp::makeFunctionSignature(bool isDefinition, in makeFunctionSignature()
733 void RSReflectionCpp::genArguments(const ArgumentList &Arguments, int Offset) { in genArguments()
752 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker()
765 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType()
855 void RSReflectionCpp::genTypeCheck(const RSExportType *ET, in genTypeCheck()
890 void RSReflectionCpp::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer()
902 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance()
918 void RSReflectionCpp::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
986 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { in getVectorAccessor()
999 void RSReflectionCpp::genZeroInitExportVariable(const std::string &VarName) { in genZeroInitExportVariable()
1005 RSReflectionCpp::genInitPrimitiveExportVariable(const std::string &VarName, in genInitPrimitiveExportVariable()
1014 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()
1057 void RSReflectionCpp::genInitBoolExportVariable(const std::string &VarName, in genInitBoolExportVariable()