Searched defs:Setter (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp271 ObjCMethodDecl *Setter; member in class:__anon4054::ObjCPropertyOpBuilder
[all...]
H A DSemaExprMember.cpp1515 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); local
H A DSemaExprObjC.cpp1837 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); local
1991 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); local
[all...]
H A DTreeTransform.h2879 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
[all...]
H A DDeclCXX.h3216 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp452 rewriteToObjCProperty(const ObjCMethodDecl *Getter, const ObjCMethodDecl *Setter, const NSAPI &NS, edit::Commit &commit, unsigned LengthOfPrefix, bool Atomic, bool UseNsIosOnlyMacro, bool AvailabilityArgsMatch) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1897 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); local
1662 hasDefaultSetterName(const ObjCPropertyDecl *PD, const ObjCMethodDecl *Setter) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1044 ObjCMethodDecl *Setter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); local

Completed in 191 milliseconds