Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2440 void addInstanceMethod(ObjCMethodDecl *method) { in addInstanceMethod() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp6026 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
6047 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp4834 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()