HomeSort by relevance Sort by last modified time
    Searched refs:getCategoryInstanceMethod (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 524 Method = ClassDecl->getCategoryInstanceMethod(Sel);
641 Getter = IFace->getCategoryInstanceMethod(Sel);
665 Setter = IFace->getCategoryInstanceMethod(SetterSel);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 732 ObjCInterfaceDecl::getCategoryInstanceMethod(Selector Sel) const {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 614 ObjCMethodDecl *getCategoryInstanceMethod(Selector Sel) const;
    [all...]

Completed in 61 milliseconds