Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp144 void ObjCClassMethodRecord::anchor() {} in anchor()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc66 CONCRETE_RECORD(ObjCClassMethodRecord, ObjCMethodRecord, RK_ObjCClassMethod)
H A DAPI.h1113 struct ObjCClassMethodRecord : ObjCMethodRecord { struct
1114 ObjCClassMethodRecord(StringRef USR, StringRef Name, SymbolReference Parent, in ObjCClassMethodRecord() argument
H A DExtractAPIVisitor.h1363 API.createRecord<ObjCClassMethodRecord>( in recordObjCMethods()