Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp141 void ObjCClassPropertyRecord::anchor() {} in anchor()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc60 CONCRETE_RECORD(ObjCClassPropertyRecord, ObjCPropertyRecord,
H A DAPI.h1028 struct ObjCClassPropertyRecord : ObjCPropertyRecord { struct
1029 ObjCClassPropertyRecord(StringRef USR, StringRef Name, SymbolReference Parent, in ObjCClassPropertyRecord() argument
H A DExtractAPIVisitor.h1402 API.createRecord<ObjCClassPropertyRecord>( in recordObjCProperties()