Home
last modified time | relevance | path

Searched refs:ObjCClassPropertyRecord (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp450 Record = std::make_unique<ObjCClassPropertyRecord>( in addObjCProperty()
558 void ObjCClassPropertyRecord::anchor() {} in anchor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h757 struct ObjCClassPropertyRecord : ObjCPropertyRecord { struct
758 ObjCClassPropertyRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCClassPropertyRecord() argument