Home
last modified time | relevance | path

Searched refs:StartObjCMethod (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp518 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()
DCodeGenFunction.h1310 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp749 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()
DCodeGenFunction.h1999 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);