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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprMember.cpp 392 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
418 if (ObjCMethodDecl *OMD = (*I)->getInstanceMethod(Sel)) {
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 378 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
829 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel))
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 490 ObjCMethodDecl *getInstanceMethod(Selector Sel) const {
670 return isInstance ? getInstanceMethod(Sel)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 358 milliseconds