Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp187 Record = std::make_unique<ObjCInstancePropertyRecord>( in addObjCProperty()
295 void ObjCInstancePropertyRecord::anchor() {} in anchor()
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h302 struct ObjCInstancePropertyRecord : ObjCPropertyRecord { struct
303 ObjCInstancePropertyRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInstancePropertyRecord() argument