Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp426 Record = std::make_unique<ObjCClassMethodRecord>( in addObjCMethod()
561 void ObjCClassMethodRecord::anchor() {} in anchor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h840 struct ObjCClassMethodRecord : ObjCMethodRecord { struct
841 ObjCClassMethodRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCClassMethodRecord() argument
1136 struct has_function_signature<ObjCClassMethodRecord> : public std::true_type {};