Home
last modified time | relevance | path

Searched refs:ObjCPropertyRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h703 struct ObjCPropertyRecord : APIRecord { struct
716 ObjCPropertyRecord(RecordKind Kind, StringRef USR, StringRef Name, in ObjCPropertyRecord() function
732 virtual ~ObjCPropertyRecord() = 0; argument
735 struct ObjCInstancePropertyRecord : ObjCPropertyRecord {
744 : ObjCPropertyRecord(RK_ObjCInstanceProperty, USR, Name, Loc, in ObjCInstancePropertyRecord()
757 struct ObjCClassPropertyRecord : ObjCPropertyRecord {
766 : ObjCPropertyRecord(RK_ObjCClassProperty, USR, Name, Loc, in ObjCClassPropertyRecord()
904 SmallVector<std::unique_ptr<ObjCPropertyRecord>> Properties;
1450 ObjCPropertyRecord *
1455 ObjCPropertyRecord::AttributeKind Attributes,
H A DExtractAPIVisitor.h1346 unsigned Attributes = ObjCPropertyRecord::NoAttr; in recordObjCProperties()
1349 Attributes |= ObjCPropertyRecord::ReadOnly; in recordObjCProperties()
1354 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), GetterName, in recordObjCProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp436 ObjCPropertyRecord *APISet::addObjCProperty( in addObjCProperty()
440 ObjCPropertyRecord::AttributeKind Attributes, StringRef GetterName, in addObjCProperty()
443 std::unique_ptr<ObjCPropertyRecord> Record; in addObjCProperty()
542 ObjCPropertyRecord::~ObjCPropertyRecord() {} in ~ObjCPropertyRecord()