Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc61 RK_ObjCClassProperty)
H A DAPI.h233 RK_ObjCClassProperty, enumerator
1037 : ObjCPropertyRecord(RK_ObjCClassProperty, USR, Name, Parent, Loc, in ObjCClassPropertyRecord()
1045 static bool classofKind(RecordKind K) { return K == RK_ObjCClassProperty; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp479 case APIRecord::RK_ObjCClassProperty: in serializeSymbolKind()