Home
last modified time | relevance | path

Searched refs:GenerateObjCMethod (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp805 void CodeGenFunction::GenerateObjCMethod(const ObjCMethodDecl *OMD) { in GenerateObjCMethod() function in CodeGenFunction
H A DCodeGenFunction.h2099 void GenerateObjCMethod(const ObjCMethodDecl *OMD);
H A DCodeGenModule.cpp6221 CodeGenFunction(*this).GenerateObjCMethod(OMD); in EmitTopLevelDecl()