Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp140 ObjCPropertyRecord *APISet::addObjCProperty( in addObjCProperty()
145 ObjCPropertyRecord::AttributeKind Attributes, StringRef GetterName, in addObjCProperty()
147 auto Record = std::make_unique<ObjCPropertyRecord>( in addObjCProperty()
226 void ObjCPropertyRecord::anchor() {} in anchor()
H A DExtractAPIConsumer.cpp723 unsigned Attributes = ObjCPropertyRecord::NoAttr; in recordObjCProperties()
726 Attributes |= ObjCPropertyRecord::ReadOnly; in recordObjCProperties()
728 Attributes |= ObjCPropertyRecord::Class; in recordObjCProperties()
733 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), in recordObjCProperties()
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h229 struct ObjCPropertyRecord : APIRecord { struct
243 ObjCPropertyRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCPropertyRecord() argument
337 SmallVector<std::unique_ptr<ObjCPropertyRecord>> Properties;
591 ObjCPropertyRecord *
596 ObjCPropertyRecord::AttributeKind Attributes,