Home
last modified time | relevance | path

Searched refs:getCategoryClassMethod (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h1269 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;
1272 : getCategoryClassMethod(Sel); in getCategoryMethod()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1354 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;
1358 : getCategoryClassMethod(Sel); in getCategoryMethod()
/external/clang/lib/AST/
DDeclObjC.cpp1619 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1726 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
/external/clang/lib/Sema/
DSemaExprObjC.cpp2016 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp2241 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()