Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h89 RK_ObjCInterface, enumerator
388 : ObjCContainerRecord(RK_ObjCInterface, USR, Name, Loc, Availability, in ObjCInterfaceRecord()
393 return Record->getKind() == RK_ObjCInterface; in classof()
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp366 case APIRecord::RK_ObjCInterface: in serializeSymbolKind()