Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1334 ObjCMethodDecl *getCategoryClassMethod(Selector Sel) const;
1338 : getCategoryClassMethod(Sel); in getCategoryMethod()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1746 ObjCMethodDecl *ObjCInterfaceDecl::getCategoryClassMethod(Selector Sel) const { in getCategoryClassMethod() function in ObjCInterfaceDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp2242 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()