Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h189 RK_ObjCClassProperty, enumerator
766 : ObjCPropertyRecord(RK_ObjCClassProperty, USR, Name, Loc, in ObjCClassPropertyRecord()
772 return Record->getKind() == RK_ObjCClassProperty; in classof()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp474 case APIRecord::RK_ObjCClassProperty: in serializeSymbolKind()