Home
last modified time | relevance | path

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

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