Home
last modified time | relevance | path

Searched refs:RK_ObjCInterface (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc77 CONCRETE_RECORD(ObjCInterfaceRecord, ObjCContainerRecord, RK_ObjCInterface)
95 RECORD_CONTEXT(ObjCInterfaceRecord, RK_ObjCInterface)
H A DAPI.h204 RK_ObjCInterface, enumerator
1318 : ObjCContainerRecord(RK_ObjCInterface, USR, Name, Parent, Loc, in ObjCInterfaceRecord()
1326 static bool classofKind(RecordKind K) { return K == RK_ObjCInterface; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp483 case APIRecord::RK_ObjCInterface: in serializeSymbolKind()