Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp281 ObjCInterfaceRecord *ObjCInterfaceRecord = API.addObjCInterface( in VisitObjCInterfaceDecl() local
287 recordObjCMethods(ObjCInterfaceRecord, Decl->methods()); in VisitObjCInterfaceDecl()
288 recordObjCProperties(ObjCInterfaceRecord, Decl->properties()); in VisitObjCInterfaceDecl()
289 recordObjCInstanceVariables(ObjCInterfaceRecord, Decl->ivars()); in VisitObjCInterfaceDecl()
290 recordObjCProtocols(ObjCInterfaceRecord, Decl->protocols()); in VisitObjCInterfaceDecl()
H A DAPI.cpp143 ObjCInterfaceRecord *
301 void ObjCInterfaceRecord::anchor() {} in anchor()
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h492 struct ObjCInterfaceRecord : ObjCContainerRecord { struct
497 ObjCInterfaceRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInterfaceRecord() argument
690 ObjCInterfaceRecord *
798 const RecordMap<ObjCInterfaceRecord> &getObjCInterfaces() const {
851 RecordMap<ObjCInterfaceRecord> ObjCInterfaces;
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp718 if (auto *ObjCInterface = dyn_cast<ObjCInterfaceRecord>(&Record)) { in serializeObjCContainerRecord()
766 serializeObjCContainerRecord(*cast<ObjCInterfaceRecord>(Record)); in serializeSingleRecord()