Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp128 ObjCMethodRecord *APISet::addObjCMethod( in addObjCMethod()
134 auto Record = std::make_unique<ObjCMethodRecord>( in addObjCMethod()
228 void ObjCMethodRecord::anchor() {} in anchor()
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h291 struct ObjCMethodRecord : APIRecord { struct
295 ObjCMethodRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCMethodRecord() argument
336 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods;
468 struct has_function_signature<ObjCMethodRecord> : public std::true_type {};
578 ObjCMethodRecord *
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp354 if (dyn_cast<ObjCMethodRecord>(&Record)->IsInstanceMethod) { in serializeSymbolKind()