Searched refs:theClass (Results 1 – 2 of 2) sorted by relevance
48 @property (copy) Class theClass; property53 @synthesize theClass = _theClass;68 // CHECK: define internal i8* @"\01-[Test2 theClass]"(
1088 void CodeGenModule::EmitVTable(CXXRecordDecl *theClass) { in EmitVTable() argument1089 VTables.GenerateClassData(theClass); in EmitVTable()