Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp478 case APIRecord::RK_ObjCInterface: in serializeSymbolKind()
671 APIRecord::RK_ObjCInterface); in generatePathComponents()
1184 case APIRecord::RK_ObjCInterface: in serializeSingleRecord()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h193 RK_ObjCInterface, enumerator
1046 : ObjCContainerRecord(RK_ObjCInterface, USR, Name, Loc, in ObjCInterfaceRecord()
1052 return Record->getKind() == RK_ObjCInterface; in classof()