Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h71 RK_ObjCInstanceMethod, enumerator
396 : ObjCMethodRecord(RK_ObjCInstanceMethod, USR, Name, Loc, in ObjCInstanceMethodRecord()
400 return Record->getKind() == RK_ObjCInstanceMethod; in classof()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp374 case APIRecord::RK_ObjCInstanceMethod: in serializeSymbolKind()