Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp751 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod() function in CodeGenFunction
806 StartObjCMethod(OMD, OMD->getClassInterface()); in GenerateObjCMethod()
1052 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter()
1588 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter()
1666 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
H A DCodeGenFunction.h2101 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);