Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp445 Record = std::make_unique<ObjCInstancePropertyRecord>( in addObjCProperty()
557 void ObjCInstancePropertyRecord::anchor() {} in anchor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h735 struct ObjCInstancePropertyRecord : ObjCPropertyRecord { struct
736 ObjCInstancePropertyRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInstancePropertyRecord() function