Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2329 void addInstanceMethod(ObjCMethodDecl *method) { in addInstanceMethod() function
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3683 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
3708 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4405 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()