Searched refs:StartObjCMethod (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 518 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod() function in CodeGenFunction 559 StartObjCMethod(OMD, OMD->getClassInterface()); in GenerateObjCMethod() 802 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter() 1328 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter() 1406 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
|
D | CodeGenFunction.h | 1310 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 749 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod() function in CodeGenFunction 804 StartObjCMethod(OMD, OMD->getClassInterface()); in GenerateObjCMethod() 1048 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter() 1580 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter() 1658 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
|
D | CodeGenFunction.h | 1999 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);
|