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.h197 RK_ObjCInterface, enumerator
1345 : ObjCContainerRecord(RK_ObjCInterface, USR, Name, Parent, Loc, in ObjCInterfaceRecord()
1353 static bool classofKind(RecordKind K) { return K == RK_ObjCInterface; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp503 case APIRecord::RK_ObjCInterface: in serializeSymbolKind()