Home
last modified time | relevance | path

Searched defs:MethodDecl (Results 1 – 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DMethodDecl.java20 public class MethodDecl extends ASTList { class
23 public MethodDecl(ASTree _head, ASTList _tail) { in MethodDecl() method in MethodDecl
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1240 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
1304 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
1443 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
1494 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
1669 ObjCMethodDecl *MethodDecl = *I; in MatchAllMethodDeclarations() local
1698 ObjCMethodDecl *MethodDecl = *I; in MatchAllMethodDeclarations() local
DSemaDeclAttr.cpp162 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
DSemaDeclCXX.cpp9332 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
DSemaExpr.cpp10240 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
/external/clang/lib/AST/
DDeclObjC.cpp327 ObjCMethodDecl *MethodDecl = 0; in lookupMethod() local
1058 ObjCMethodDecl *MethodDecl = NULL; in lookupMethod() local