Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2428 void addInstanceMethod(ObjCMethodDecl *method) { in addInstanceMethod() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5600 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
5621 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp4826 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()