Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp277 ObjCMethodDecl *Setter; member in __anonb581425c0111::ObjCPropertyOpBuilder
H A DSemaExprMember.cpp1626 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr() local
H A DSemaExprObjC.cpp2069 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr() local
2245 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr() local
H A DSemaDeclObjC.cpp4009 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd() local
4871 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp7546 CodeCompletionBuilder Setter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
H A DTreeTransform.h3868 ObjCMethodDecl *Setter, in RebuildObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2934 const ObjCMethodDecl *Setter) { in hasDefaultSetterName()
3126 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition() local
3228 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); in CreateTypeDefinition() local
H A DCodeGenModule.cpp6736 auto *Setter = PID->getSetterMethodDecl(); in EmitObjCPropertyImplementations() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1714 if (ObjCMethodDecl *Setter = Node->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr() local
H A DDeclCXX.cpp3421 IdentifierInfo *Setter) { in Create()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp453 const ObjCMethodDecl *Setter, in rewriteToObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7040 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData() local
7289 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1524 auto *Setter = readDeclAs<ObjCMethodDecl>(); in VisitObjCPropertyRefExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4247 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp313 RuntimeFunction Setter; member