Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1268 ObjCMethodDecl *getCategoryInstanceMethod(Selector Sel) const;
1271 return isInstance ? getCategoryInstanceMethod(Sel) in getCategoryMethod()
/external/clang/lib/AST/
DDeclObjC.cpp1609 ObjCInterfaceDecl::getCategoryInstanceMethod(Selector Sel) const { in getCategoryInstanceMethod() function in ObjCInterfaceDecl