HomeSort by relevance Sort by last modified time
    Searched refs:MethodDecl (Results 1 - 12 of 12) 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/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...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 160 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D))
161 return MethodDecl->isInstance();
    [all...]
SemaDeclCXX.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/
Sema.h     [all...]

Completed in 230 milliseconds