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

  /external/javassist/src/main/javassist/compiler/ast/
MethodDecl.java 20 public class MethodDecl extends ASTList {
23 public MethodDecl(ASTree _head, ASTList _tail) {
  /external/clang/lib/AST/
DeclObjC.cpp 555 ObjCMethodDecl *MethodDecl = nullptr;
561 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
562 return MethodDecl;
566 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
567 return MethodDecl;
571 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
572 if (C != Cat || !MethodDecl->isImplicit())
573 return MethodDecl;
581 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
582 if (C != Cat || !MethodDecl->isImplicit()
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 136 ObjCMethodDecl *MethodDecl;
281 Result.MethodDecl = MD;
361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 85 milliseconds