Searched defs:MethodDecl (Results 1 - 10 of 10) 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/clang/include/clang/Sema/
H A DInitialization.h136 ObjCMethodDecl *MethodDecl; member in union:clang::InitializedEntity::__anon956
281 Result.MethodDecl = MD;
362 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
/external/clang/lib/AST/
H A DDeclObjC.cpp664 ObjCMethodDecl *MethodDecl = nullptr; local
671 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
672 return MethodDecl;
676 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
677 if (C != Cat || !MethodDecl->isImplicit())
678 return MethodDecl;
682 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
683 return MethodDecl;
693 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
694 if (C != Cat || !MethodDecl
1822 ObjCMethodDecl *MethodDecl = nullptr; local
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp71 const ObjCMethodDecl *MethodDecl, bool ResultAnnotated);
81 const ObjCMethodDecl *MethodDecl);
1581 const ObjCMethodDecl *MethodDecl,
1595 ObjCMethodFamily OMF = MethodDecl->getMethodFamily();
1613 commit.insertBefore(MethodDecl->getLocEnd(), AnnotationString);
1619 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(),
1620 pe = MethodDecl->param_end(); pi != pe; ++pi, ++i) {
1634 const ObjCMethodDecl *MethodDecl) {
1635 if (MethodDecl->hasBody() || MethodDecl
1579 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const ObjCMethodDecl *MethodDecl, bool ResultAnnotated) argument
1632 migrateAddMethodAnnotation( ASTContext &Ctx, const ObjCMethodDecl *MethodDecl) argument
[all...]
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1595 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); local
1596 llvm::Value *VTable = CGF.GetVTablePtr(This, Ty, MethodDecl->getParent());
1599 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) {
1601 MethodDecl->getParent(), VTable,
1604 CGF.EmitTypeMetadataCodeForVCall(MethodDecl->getParent(), VTable, Loc);
H A DMicrosoftCXXABI.cpp1810 auto *MethodDecl = cast<CXXMethodDecl>(GD.getDecl()); local
1811 llvm::Value *VTable = CGF.GetVTablePtr(VPtr, Ty, MethodDecl->getParent());
1816 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2227 ObjCMethodDecl *MethodDecl,
2232 objcModifiersConflict(MethodDecl->getObjCDeclQualifier(),
2241 S.Diag(MethodDecl->getLocation(), diag::note_previous_declaration)
2242 << MethodDecl->getReturnTypeSourceRange();
2250 MethodDecl->getReturnType(),
2255 *MethodDecl->getReturnType()->getNullability(S.Context);
2264 ((MethodDecl->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability)
2266 S.Diag(MethodDecl->getLocation(), diag::note_previous_declaration);
2270 MethodDecl->getReturnType()))
2284 MethodDecl
2225 CheckMethodOverrideReturn(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
2309 CheckMethodOverrideParam(Sema &S, ObjCMethodDecl *MethodImpl, ObjCMethodDecl *MethodDecl, ParmVarDecl *ImplVar, ParmVarDecl *IfaceVar, bool IsProtocolMethodDecl, bool IsOverridingMode, bool Warn) argument
2464 WarnConflictingTypedMethods(ObjCMethodDecl *ImpMethodDecl, ObjCMethodDecl *MethodDecl, bool IsProtocolMethodDecl) argument
2515 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 1056 milliseconds