Home
last modified time | relevance | path

Searched refs:addClassMethod (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1868 void addClassMethod(ObjCMethodDecl *method) { in addClassMethod() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3214 ImpDecl->addClassMethod(ObjCMethod); in ActOnMethodDeclaration()