Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1093 struct ObjCInstanceMethodRecord : ObjCMethodRecord { struct
1094 ObjCInstanceMethodRecord(StringRef USR, StringRef Name, in ObjCInstanceMethodRecord() function
1104 static bool classof(const APIRecord *Record) { in classof()
1107 static bool classofKind(RecordKind K) { return K == RK_ObjCInstanceMethod; } in classofKind()