Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp143 void ObjCInstanceMethodRecord::anchor() {} in anchor()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc64 CONCRETE_RECORD(ObjCInstanceMethodRecord, ObjCMethodRecord,
H A DAPI.h1093 struct ObjCInstanceMethodRecord : ObjCMethodRecord { struct
1094 ObjCInstanceMethodRecord(StringRef USR, StringRef Name, in ObjCInstanceMethodRecord() argument
H A DExtractAPIVisitor.h1358 API.createRecord<ObjCInstanceMethodRecord>( in recordObjCMethods()