Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1348 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;
1352 : getCategoryClassMethod(Sel); in getCategoryMethod()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1775 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2253 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()