Home
last modified time | relevance | path

Searched defs:ObjCInstancePropertyRecord (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1007 struct ObjCInstancePropertyRecord : ObjCPropertyRecord { struct
1008 ObjCInstancePropertyRecord( in ObjCInstancePropertyRecord() argument
1019 static bool classof(const APIRecord *Record) { in classof()
1022 static bool classofKind(RecordKind K) { return K == RK_ObjCInstanceProperty; } in classofKind()