Home
last modified time | relevance | path

Searched defs:MethodDecl (Results 1 – 10 of 10) 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/lldb/source/Expression/
DASTResultSynthesizer.cpp176 ASTResultSynthesizer::SynthesizeObjCMethodResult (ObjCMethodDecl *MethodDecl) in SynthesizeObjCMethodResult()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1352 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
1415 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
1554 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
1605 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
DSemaDeclAttr.cpp109 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
DSemaExpr.cpp11457 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
DSemaDeclCXX.cpp10980 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
/external/clang/lib/AST/
DDeclObjC.cpp555 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1538 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
DASTContext.cpp8251 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
/external/clang/include/clang/Sema/
DInitialization.h136 ObjCMethodDecl *MethodDecl; member
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1453 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1508 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()