Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2476 void addInstanceMethod(ObjCMethodDecl *method) { in addInstanceMethod() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6193 D->addInstanceMethod(DTORMethod); in EmitObjCIvarInitializations()
6214 D->addInstanceMethod(CTORMethod); in EmitObjCIvarInitializations()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4846 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()