Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjC.cpp467 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()
DCodeGenFunction.h1060 void StartObjCMethod(const ObjCMethodDecl *MD,