Searched defs:MethodDecl (Results 1 - 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DMethodDecl.java20 public class MethodDecl extends ASTList { class in inherits:ASTList
23 public MethodDecl(ASTree _head, ASTList _tail) { method in class:MethodDecl
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp176 ASTResultSynthesizer::SynthesizeObjCMethodResult (ObjCMethodDecl *MethodDecl) argument
183 if (!MethodDecl)
191 MethodDecl->print(os);
198 Stmt *method_body = MethodDecl->getBody();
206 MethodDecl);
213 MethodDecl->print(os);
/external/clang/include/clang/Sema/
H A DInitialization.h136 ObjCMethodDecl *MethodDecl; member in union:clang::InitializedEntity::__anon17621
281 Result.MethodDecl = MD;
361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
/external/clang/lib/AST/
H A DDeclObjC.cpp555 ObjCMethodDecl *MethodDecl = nullptr; local
561 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
562 return MethodDecl;
566 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
567 return MethodDecl;
571 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
572 if (C != Cat || !MethodDecl->isImplicit())
573 return MethodDecl;
581 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
582 if (C != Cat || !MethodDecl
1538 ObjCMethodDecl *MethodDecl = nullptr; local
[all...]
H A DASTContext.cpp8251 ASTContext::ObjCMethodsAreEqual(const ObjCMethodDecl *MethodDecl, argument
8254 if (MethodDecl->hasAttr<UnavailableAttr>()
8255 || MethodDecl->hasAttr<DeprecatedAttr>())
8257 if (MethodDecl->getObjCDeclQualifier() !=
8260 if (!hasSameType(MethodDecl->getReturnType(), MethodImpl->getReturnType()))
8263 if (MethodDecl->param_size() != MethodImpl->param_size())
8267 IF = MethodDecl->param_begin(), EM = MethodImpl->param_end(),
8268 EF = MethodDecl->param_end();
8277 return (MethodDecl->isVariadic() == MethodImpl->isVariadic());
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp70 const ObjCMethodDecl *MethodDecl, bool ResultAnnotated);
80 const ObjCMethodDecl *MethodDecl);
1453 const ObjCMethodDecl *MethodDecl,
1468 ObjCMethodFamily OMF = MethodDecl->getMethodFamily();
1487 commit.insertBefore(MethodDecl->getLocEnd(), AnnotationString);
1493 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(),
1494 pe = MethodDecl->param_end(); pi != pe; ++pi, ++i) {
1508 const ObjCMethodDecl *MethodDecl) {
1509 if (MethodDecl->hasBody() || MethodDecl
1451 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const ObjCMethodDecl *MethodDecl, bool ResultAnnotated) argument
1506 migrateAddMethodAnnotation( ASTContext &Ctx, const ObjCMethodDecl *MethodDecl) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1352 ObjCMethodDecl *MethodDecl,
1357 (MethodDecl->getObjCDeclQualifier() !=
1366 S.Diag(MethodDecl->getLocation(), diag::note_previous_declaration)
1367 << getTypeRange(MethodDecl->getReturnTypeSourceInfo());
1374 MethodDecl->getReturnType()))
1388 MethodDecl->getReturnType()->getAs<ObjCObjectPointerType>()) {
1403 << MethodImpl->getDeclName() << MethodDecl->getReturnType()
1406 S.Diag(MethodDecl->getLocation(), IsOverridingMode
1409 << getTypeRange(MethodDecl->getReturnTypeSourceInfo());
1415 ObjCMethodDecl *MethodDecl,
1350 CheckMethodOverrideReturn(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
1413 CheckMethodOverrideParam(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, ParmVarDecl *ImplVar, ParmVarDecl *IfaceVar, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
1553 WarnConflictingTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
1604 WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 544 milliseconds