HomeSort by relevance Sort by last modified time
    Searched defs:MethodDecl (Results 1 - 5 of 5) 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 468 ObjCMethodDecl *MethodDecl = 0;
474 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
475 return MethodDecl;
481 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
482 return MethodDecl;
489 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
490 if (C != (*Cat) || !MethodDecl->isImplicit())
491 return MethodDecl;
499 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
500 if (C != (*Cat) || !MethodDecl->isImplicit()
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 129 ObjCMethodDecl *MethodDecl;
273 Result.MethodDecl = MD;
351 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 209 milliseconds