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.cpp1262 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
1326 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
1465 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
1516 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
1696 ObjCMethodDecl *MethodDecl = *I; in MatchAllMethodDeclarations() local
1725 ObjCMethodDecl *MethodDecl = *I; in MatchAllMethodDeclarations() local
DSemaDeclAttr.cpp170 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
DSemaDeclCXX.cpp9915 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
DSemaExpr.cpp10517 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
/external/clang/lib/AST/
DDeclObjC.cpp387 ObjCMethodDecl *MethodDecl = 0; in lookupMethod() local
1419 ObjCMethodDecl *MethodDecl = NULL; in lookupMethod() local