Home
last modified time | relevance | path

Searched refs:ObjCInstanceVariableRecord (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp142 void ObjCInstanceVariableRecord::anchor() {} in anchor()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h268 visitObjCInstanceVariableRecord(const ObjCInstanceVariableRecord *Record);
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc62 CONCRETE_RECORD(ObjCInstanceVariableRecord, APIRecord, RK_ObjCIvar)
H A DAPI.h1052 struct ObjCInstanceVariableRecord : APIRecord { struct
1053 ObjCInstanceVariableRecord(StringRef USR, StringRef Name, in ObjCInstanceVariableRecord() argument
H A DExtractAPIVisitor.h1445 API.createRecord<ObjCInstanceVariableRecord>( in recordObjCInstanceVariables()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp970 const ObjCInstanceVariableRecord *Record) { in visitObjCInstanceVariableRecord()