HomeSort by relevance Sort by last modified time
    Searched full:lookupprivatemethod (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 321 ObjCMethodDecl *ObjCInterfaceDecl::lookupPrivateMethod(
333 return getSuperClass()->lookupPrivateMethod(Sel, Instance);
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp 637 Getter = IFace->lookupPrivateMethod(Sel);
661 Setter = IFace->lookupPrivateMethod(SetterSel);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 777 ObjCMethodDecl *lookupPrivateMethod(const Selector &Sel, bool Instance=true);
    [all...]

Completed in 79 milliseconds