Home
last modified time | relevance | path

Searched refs:theClass (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-property.m48 @property (copy) Class theClass; property
53 @synthesize theClass = _theClass;
68 // CHECK: define internal i8* @"\01-[Test2 theClass]"(
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp1088 void CodeGenModule::EmitVTable(CXXRecordDecl *theClass) { in EmitVTable() argument
1089 VTables.GenerateClassData(theClass); in EmitVTable()