Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1337 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;
1341 : getCategoryClassMethod(Sel); in getCategoryMethod()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1781 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2240 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()