Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp459 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod() function in CodeGenFunction
501 StartObjCMethod(OMD, OMD->getClassInterface()); in GenerateObjCMethod()
747 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter()
1276 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter()
1354 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
H A DCodeGenFunction.h1169 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);