Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp614 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod() function in CodeGenFunction
655 StartObjCMethod(OMD, OMD->getClassInterface()); in GenerateObjCMethod()
899 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter()
1436 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter()
1514 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
H A DCodeGenFunction.h1714 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);