Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp750 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod() function in CodeGenFunction
805 StartObjCMethod(OMD, OMD->getClassInterface()); in GenerateObjCMethod()
1050 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter()
1582 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter()
1660 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
H A DCodeGenFunction.h2043 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);