Home
last modified time | relevance | path

Searched defs:MethodDecl (Results 1 – 11 of 11) 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.cpp1346 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideReturn()
1409 ObjCMethodDecl *MethodDecl, in CheckMethodOverrideParam()
1549 ObjCMethodDecl *MethodDecl, in WarnConflictingTypedMethods()
1600 ObjCMethodDecl *MethodDecl, in WarnExactTypedMethods()
DSemaDeclAttr.cpp133 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D)) in isInstanceMethod() local
DSemaDeclCXX.cpp11583 if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(FnDecl)) { in CheckOverloadedOperatorDeclaration() local
DSemaExpr.cpp12145 } else if (CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(Func)) { in MarkFunctionReferenced() local
/external/clang/lib/AST/
DDeclObjC.cpp555 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
1569 ObjCMethodDecl *MethodDecl = nullptr; in lookupMethod() local
DASTContext.cpp8396 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, in ObjCMethodsAreEqual()
/external/clang/include/clang/Sema/
DInitialization.h136 ObjCMethodDecl *MethodDecl; member
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1596 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1651 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
/external/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...