Searched refs:genTypeInstance (Results 1 – 4 of 4) sorted by relevance
109 void genTypeInstance(const RSExportType *ET);
841 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()844 genTypeInstance(ET); in genTypeInstanceFromPointer()848 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance() function in slang::RSReflectionCpp
277 static void genTypeInstance(Context &C,
382 genTypeInstance(C, EV->getType()); in genScriptClassConstructor()803 genTypeInstance(C, EPT->getPointeeType()); in genTypeInstanceFromPointer()806 genTypeInstance(C, ET); in genTypeInstanceFromPointer()810 void RSReflection::genTypeInstance(Context &C, in genTypeInstance() function in slang::RSReflection