Home
last modified time | relevance | path

Searched refs:SetterName (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h280 StringRef SetterName; member
288 StringRef GetterName, StringRef SetterName, in ObjCPropertyRecord()
293 Attributes(Attributes), GetterName(GetterName), SetterName(SetterName), in ObjCPropertyRecord()
309 StringRef SetterName, bool IsOptional, in ObjCInstancePropertyRecord()
313 SubHeading, Attributes, GetterName, SetterName, in ObjCInstancePropertyRecord()
331 StringRef SetterName, bool IsOptional, in ObjCClassPropertyRecord()
335 SubHeading, Attributes, GetterName, SetterName, in ObjCClassPropertyRecord()
722 StringRef GetterName, StringRef SetterName, bool IsOptional,
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp758 SmallString<64> SetterName("set"); in constructSetterName() local
759 SetterName += Name; in constructSetterName()
760 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
761 return SetterName; in constructSetterName()
768 IdentifierInfo *SetterName = in constructSetterSelector() local
770 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp183 StringRef SetterName, bool IsOptional, bool IsInstanceProperty, in addObjCProperty() argument
189 SubHeading, Attributes, GetterName, SetterName, IsOptional, in addObjCProperty()
194 SubHeading, Attributes, GetterName, SetterName, IsOptional, in addObjCProperty()
H A DExtractAPIVisitor.cpp504 StringRef SetterName = in recordObjCProperties() local
517 SetterName, Property->isOptional(), in recordObjCProperties()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h1199 MDString *SetterName;
1204 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1207 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1210 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1216 SetterName == RHS->getRawSetterName() &&
1221 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
H A DDebugInfoMetadata.cpp1963 MDString *GetterName, MDString *SetterName, unsigned Attributes, in getImpl() argument
1967 assert(isCanonical(SetterName) && "Expected canonical MDString"); in getImpl()
1969 SetterName, Attributes, Type)); in getImpl()
1970 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl()
H A DDIBuilder.cpp445 StringRef GetterName, StringRef SetterName, in createObjCProperty() argument
448 SetterName, PropertyAttributes, Ty); in createObjCProperty()
H A DDebugInfo.cpp1312 const char *SetterName, size_t SetterNameLen, in LLVMDIBuilderCreateObjCProperty() argument
1317 {GetterName, GetterNameLen}, {SetterName, SetterNameLen}, in LLVMDIBuilderCreateObjCProperty()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h867 GetterName(nullptr), SetterName(nullptr) {} in ObjCDeclSpec()
920 const IdentifierInfo *getSetterName() const { return SetterName; } in getSetterName()
921 IdentifierInfo *getSetterName() { return SetterName; } in getSetterName()
924 SetterName = name; in setSetterName()
942 IdentifierInfo *SetterName; // setter name or NULL if no setter variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3330 StringRef GetterName, StringRef SetterName, unsigned Attributes,
3334 getCanonicalMDString(Context, SetterName), Attributes, Type,
3339 MDString *GetterName, MDString *SetterName,
3352 StringRef GetterName, StringRef SetterName,
3354 (Name, File, Line, GetterName, SetterName, Attributes,
3358 MDString *GetterName, MDString *SetterName,
3360 (Name, File, Line, GetterName, SetterName, Attributes,
H A DDIBuilder.h411 StringRef SetterName,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp1499 UnqualifiedId SetterName; in buildSet() local
1501 SetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildSet()
1507 SourceLocation(), SetterName, nullptr); in buildSet()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h755 Selector SetterName; variable
886 Selector getSetterName() const { return SetterName; } in getSetterName()
890 SetterName = Sel;
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h853 const char *SetterName, size_t SetterNameLen,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp951 StringRef SetterName = Property->getSetterName(); in constructTypeDIE() local
952 if (!SetterName.empty()) in constructTypeDIE()
953 addString(ElemDie, dwarf::DW_AT_APPLE_property_setter, SetterName); in constructTypeDIE()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp790 IdentifierInfo *SetterName = OCDS.getSetterName(); in ParseObjCInterfaceDeclList() local
792 if (SetterName) in ParseObjCInterfaceDeclList()
793 SetterSel = PP.getSelectorTable().getSelector(1, &SetterName); in ParseObjCInterfaceDeclList()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1447 DeclarationName SetterName = Record.readDeclarationName(); in VisitObjCPropertyDecl() local
1449 D->setSetterName(SetterName.getObjCSelector(), SetterLoc); in VisitObjCPropertyDecl()