Searched refs:StartObjCMethod (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGObjC.cpp | 467 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod() function in CodeGenFunction 508 StartObjCMethod(OMD, OMD->getClassInterface(), OMD->getLocStart()); in GenerateObjCMethod() 750 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart()); in GenerateObjCGetter() 1274 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart()); in GenerateObjCSetter() 1352 StartObjCMethod(MD, IMP->getClassInterface(), MD->getLocStart()); in GenerateObjCCtorDtorMethod()
|
| D | CodeGenFunction.h | 1060 void StartObjCMethod(const ObjCMethodDecl *MD,
|