Home | History | Annotate | Download | only in slang

Lines Matching defs:RSReflectionCpp

119 RSReflectionCpp::RSReflectionCpp(const RSContext *Context,
130 RSReflectionCpp::~RSReflectionCpp() {}
132 bool RSReflectionCpp::reflect() {
141 bool RSReflectionCpp::writeHeaderFile() {
184 void RSReflectionCpp::genTypeInstancesUsedInForEach() {
205 void RSReflectionCpp::genFieldsForAllocationTypeVerification() {
220 void RSReflectionCpp::genFieldsToStoreExportVariableValues() {
245 void RSReflectionCpp::genForEachDeclarations() {
297 void RSReflectionCpp::genExportFunctionDeclarations() {
309 void RSReflectionCpp::genExportForEachBodies() {
392 void RSReflectionCpp::genExportFunctionBodies() {
423 bool RSReflectionCpp::genEncodedBitCode() {
449 bool RSReflectionCpp::writeImplementationFile() {
503 void RSReflectionCpp::genExportVariablesGetterAndSetter() {
549 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
583 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) {
617 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT,
649 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) {
676 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT,
697 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT,
702 void RSReflectionCpp::makeFunctionSignature(bool isDefinition,
731 void RSReflectionCpp::genArguments(const ArgumentList &Arguments, int Offset) {
750 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET,
763 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET,
853 void RSReflectionCpp::genTypeCheck(const RSExportType *ET,
888 void RSReflectionCpp::genTypeInstanceFromPointer(const RSExportType *ET) {
900 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) {
916 void RSReflectionCpp::genInitExportVariable(const RSExportType *ET,
984 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) {
997 void RSReflectionCpp::genZeroInitExportVariable(const std::string &VarName) {
1003 RSReflectionCpp::genInitPrimitiveExportVariable(const std::string &VarName,
1012 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) {
1055 void RSReflectionCpp::genInitBoolExportVariable(const std::string &VarName,