HomeSort by relevance Sort by last modified time
    Searched defs:MethodDecl (Results 1 - 3 of 3) 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 327 ObjCMethodDecl *MethodDecl = 0;
333 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
334 return MethodDecl;
340 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
341 return MethodDecl;
346 if ((MethodDecl = CatDecl->getMethod(Sel, isInstance)))
347 return MethodDecl;
355 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
356 return MethodDecl;
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 63 milliseconds