Searched refs:ObjCMethodRecord (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | APIRecords.inc | 63 ABSTRACT_RECORD(ObjCMethodRecord, APIRecord) 64 CONCRETE_RECORD(ObjCInstanceMethodRecord, ObjCMethodRecord, 66 CONCRETE_RECORD(ObjCClassMethodRecord, ObjCMethodRecord, RK_ObjCClassMethod)
|
| H A D | API.h | 1101 struct ObjCMethodRecord : APIRecord { struct 1104 ObjCMethodRecord() = delete; argument 1106 ObjCMethodRecord(RecordKind Kind, StringRef USR, StringRef Name, in ObjCMethodRecord() argument 1117 virtual ~ObjCMethodRecord() = 0; 1120 struct ObjCInstanceMethodRecord : ObjCMethodRecord { 1128 : ObjCMethodRecord(RK_ObjCInstanceMethod, USR, Name, Parent, Loc, in ObjCInstanceMethodRecord() 1140 struct ObjCClassMethodRecord : ObjCMethodRecord { 1147 : ObjCMethodRecord(RK_ObjCClassMethod, USR, Name, Parent, Loc, in ObjCClassMethodRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 173 ObjCMethodRecord::~ObjCMethodRecord() {} in ~ObjCMethodRecord()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.h | 265 bool visitObjCMethodRecord(const ObjCMethodRecord *Record);
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 973 const ObjCMethodRecord *Record) { in visitObjCMethodRecord()
|