HomeSort by relevance Sort by last modified time
    Searched refs:MethodDecl (Results 1 - 16 of 16) 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) {
Visitor.java 30 public void atMethodDecl(MethodDecl n) throws CompileError {}
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 171 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D))
172 return MethodDecl->isInstance();
    [all...]
SemaDeclCXX.cpp     [all...]
  /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...]
ASTContext.cpp     [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 34 if (mem instanceof MethodDecl)
35 return parseMethod2(tbl, (MethodDecl)mem);
58 name = MethodDecl.initName;
103 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor,
138 return new MethodDecl(mods, new ASTList(d,
144 public MethodDecl parseMethod2(SymbolTable tbl, MethodDecl md)
    [all...]
Javac.java 94 CtBehavior cb = compileMethod(p, (MethodDecl)mem);
141 private CtBehavior compileMethod(Parser p, MethodDecl md)
MemberCodeGen.java     [all...]
CodeGen.java 254 public void atMethodDecl(MethodDecl method) throws CompileError {
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 129 ObjCMethodDecl *MethodDecl;
273 Result.MethodDecl = MD;
351 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 294 milliseconds