Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDObjCMethodList.h41 ObjCMethodDecl *getMethod() const { in getMethod() function
HDSema.h895 CXXMethodDecl *getMethod() const { return Pair.getPointer(); } in getMethod() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod() function in ObjCContainerDecl
HDExpr.cpp4301 ObjCMethodDecl *getMethod, in Create()