Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2487 void addInstanceMethod(ObjCMethodDecl *method) { in addInstanceMethod() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6781 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
6802 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4859 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()