Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3085 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
3110 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1863 void addInstanceMethod(ObjCMethodDecl *method) { in addInstanceMethod() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3211 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()