Searched defs:MethodDecl (Results 1 - 11 of 11) 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::__anon1038
281 Result.MethodDecl = MD;
361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
/external/clang/lib/AST/
H A DDeclObjC.cpp636 ObjCMethodDecl *MethodDecl = nullptr; local
643 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
644 return MethodDecl;
648 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
649 if (C != Cat || !MethodDecl->isImplicit())
650 return MethodDecl;
654 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
655 return MethodDecl;
665 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
666 if (C != Cat || !MethodDecl
1788 ObjCMethodDecl *MethodDecl = nullptr; local
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp71 const ObjCMethodDecl *MethodDecl, bool ResultAnnotated);
81 const ObjCMethodDecl *MethodDecl);
1582 const ObjCMethodDecl *MethodDecl,
1596 ObjCMethodFamily OMF = MethodDecl->getMethodFamily();
1614 commit.insertBefore(MethodDecl->getLocEnd(), AnnotationString);
1620 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(),
1621 pe = MethodDecl->param_end(); pi != pe; ++pi, ++i) {
1635 const ObjCMethodDecl *MethodDecl) {
1636 if (MethodDecl->hasBody() || MethodDecl
1580 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const ObjCMethodDecl *MethodDecl, bool ResultAnnotated) argument
1633 migrateAddMethodAnnotation( ASTContext &Ctx, const ObjCMethodDecl *MethodDecl) argument
[all...]
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1601 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); local
1602 llvm::Value *VTable = CGF.GetVTablePtr(This, Ty, MethodDecl->getParent());
1605 CGF.EmitVTablePtrCheckForCall(MethodDecl, VTable,
H A DMicrosoftCXXABI.cpp1811 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); local
1812 llvm::Value *VTable = CGF.GetVTablePtr(VPtr, Ty, MethodDecl->getParent());
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2202 ObjCMethodDecl *MethodDecl,
2207 objcModifiersConflict(MethodDecl->getObjCDeclQualifier(),
2216 S.Diag(MethodDecl->getLocation(), diag::note_previous_declaration)
2217 << MethodDecl->getReturnTypeSourceRange();
2225 MethodDecl->getReturnType(),
2230 *MethodDecl->getReturnType()->getNullability(S.Context);
2239 ((MethodDecl->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability)
2241 S.Diag(MethodDecl->getLocation(), diag::note_previous_declaration);
2245 MethodDecl->getReturnType()))
2259 MethodDecl
2200 CheckMethodOverrideReturn(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
2284 CheckMethodOverrideParam(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, ParmVarDecl *ImplVar, ParmVarDecl *IfaceVar, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
2439 WarnConflictingTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
2490 WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
[all...]
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/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 195 milliseconds