Home
last modified time | relevance | path

Searched defs:getMethod (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DObjCMethodList.h41 ObjCMethodDecl *getMethod() const { in getMethod() function
H A DSema.h844 CXXMethodDecl *getMethod() const { return Pair.getPointer(); } in getMethod() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod() function in ObjCContainerDecl
H A DExpr.cpp4214 ObjCMethodDecl *getMethod, in Create()