Home
last modified time | relevance | path

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

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