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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprMember.cpp 377 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
403 if (ObjCMethodDecl *OMD = (*I)->getInstanceMethod(Sel)) {
    [all...]
SemaExprObjC.cpp 520 Method = ImpDecl->getInstanceMethod(Sel);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 329 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
736 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel))
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 481 ObjCMethodDecl *getInstanceMethod(Selector Sel) const {
617 return isInstance ? getInstanceMethod(Sel)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 1945 milliseconds