HomeSort by: relevance | last modified time | path
    Searched defs:getMethod (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ObjCMethodList.h 50 ObjCMethodDecl *getMethod() const {
Sema.h 1343 CXXMethodDecl *getMethod() const { return Pair.getPointer(); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
702 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
707 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
926 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
931 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
936 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
941 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
953 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
973 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod()))
976 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())
    [all...]

Completed in 27 milliseconds