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

/external/clang/lib/CodeGen/
H A DCGObjC.cpp297 /// StartObjCMethod - Begin emission of an ObjCMethod. This generates
300 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, function in class:CodeGenFunction
341 StartObjCMethod(OMD, OMD->getClassInterface(), OMD->getLocStart());
570 StartObjCMethod(OMD, IMP->getClassInterface(), PID->getLocStart());
949 StartObjCMethod(OMD, IMP->getClassInterface(), PID->getLocStart());
1027 StartObjCMethod(MD, IMP->getClassInterface(), MD->getLocStart());
H A DCodeGenFunction.h1241 void StartObjCMethod(const ObjCMethodDecl *MD,

Completed in 52 milliseconds