Searched refs:GenerateObjCCtorDtorMethod (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 3684 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false); in EmitObjCIvarInitializations() 3709 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()
|
D | CodeGenFunction.h | 1320 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,
|
D | CGObjC.cpp | 1402 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() function in CodeGenFunction
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 5463 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, DTORMethod, false); in EmitObjCIvarInitializations() 5484 CodeGenFunction(*this).GenerateObjCCtorDtorMethod(D, CTORMethod, true); in EmitObjCIvarInitializations()
|
D | CGObjC.cpp | 1654 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() function in CodeGenFunction
|
D | CodeGenFunction.h | 2009 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,
|