Home
last modified time | relevance | path

Searched defs:Setter (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
H A DDeclCXX.h4233 MSPropertyDecl(DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,TypeSourceInfo * TInfo,SourceLocation StartL,IdentifierInfo * Getter,IdentifierInfo * Setter) MSPropertyDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp275 ObjCMethodDecl *Setter; global() member in __anon6d48d9ae0111::ObjCPropertyOpBuilder
[all...]
H A DSemaExprMember.cpp1613 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); LookupMemberExpr() local
H A DSemaExprObjC.cpp2058 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); HandleExprPropertyRefExpr() local
2234 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); ActOnClassPropertyRefExpr() local
[all...]
H A DSemaDeclObjC.cpp4004 if (auto *Setter = PropImpl->getSetterMethodDecl()) ActOnAtEnd() local
4858 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp7478 CodeCompletionBuilder Setter(Results.getAllocator(), CodeCompleteObjCPropertyFlags() local
H A DTreeTransform.h3813 RebuildObjCPropertyRefExpr(Expr * Base,QualType T,ObjCMethodDecl * Getter,ObjCMethodDecl * Setter,SourceLocation PropertyLoc) RebuildObjCPropertyRefExpr() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2808 hasDefaultSetterName(const ObjCPropertyDecl * PD,const ObjCMethodDecl * Setter) hasDefaultSetterName() argument
3000 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); CreateTypeDefinition() local
3102 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); CreateTypeDefinition() local
H A DCodeGenModule.cpp6590 auto *Setter = PID->getSetterMethodDecl(); EmitObjCPropertyImplementations() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5367 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData() local
5644 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
H A DRewriteModernObjC.cpp7042 InstanceMethods.push_back(Setter); in RewriteObjCClassMetaData() local
7291 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) RewriteObjCCategoryImplDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1479 if (ObjCMethodDecl *Setter = Node->getImplicitPropertySetter()) VisitObjCPropertyRefExpr() local
H A DDeclCXX.cpp3387 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,TypeSourceInfo * TInfo,SourceLocation StartL,IdentifierInfo * Getter,IdentifierInfo * Setter) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp453 const ObjCMethodDecl *Setter, in rewriteToObjCProperty() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1517 auto *Setter = readDeclAs<ObjCMethodDecl>(); VisitObjCPropertyRefExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp313 RuntimeFunction Setter; member