Searched refs:ObjCInterfaceRecord (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 34 ObjCInterfaceRecord *Rec = addObjCInterface(Name, Linkage, InterfaceType); in addRecord() 99 ObjCInterfaceRecord::getLinkageForSymbol(ObjCIFSymbolKind CurrType) const { in getLinkageForSymbol() 114 void ObjCInterfaceRecord::updateLinkageForSymbols(ObjCIFSymbolKind SymType, in updateLinkageForSymbols() 131 ObjCInterfaceRecord *RecordsSlice::findObjCInterface(StringRef Name) const { in findObjCInterface() 132 return findRecord<ObjCInterfaceRecord>(Name, Classes); in findObjCInterface() 193 ObjCInterfaceRecord *RecordsSlice::addObjCInterface(StringRef Name, in addObjCInterface() 200 std::make_unique<ObjCInterfaceRecord>(Name, Linkage, SymType); in addObjCInterface() 220 bool ObjCInterfaceRecord::addObjCCategory(ObjCCategoryRecord *Record) { in addObjCCategory() 252 ObjCInterfaceRecord::getObjCCategories() const { in getObjCCategories()
|
H A D | RecordVisitor.cpp | 19 void RecordVisitor::visitObjCInterface(const ObjCInterfaceRecord &) {} in visitObjCInterface() argument 59 void SymbolConverter::visitObjCInterface(const ObjCInterfaceRecord &ObjCR) { in visitObjCInterface()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | RecordsSlice.h | 70 ObjCInterfaceRecord *addObjCInterface(StringRef Name, RecordLinkage Linkage, 95 ObjCInterfaceRecord *findObjCInterface(StringRef Name) const; 191 RecordMap<ObjCInterfaceRecord> Classes;
|
H A D | Record.h | 191 class ObjCInterfaceRecord : public ObjCContainerRecord { 193 ObjCInterfaceRecord(StringRef Name, RecordLinkage Linkage, in ObjCInterfaceRecord() function
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DylibVerifier.h | 90 Result verify(ObjCInterfaceRecord *R, const FrontendAttrs *FA); 150 const ObjCInterfaceRecord *DR); 174 void visitObjCInterface(const ObjCInterfaceRecord &R) override;
|
H A D | MachO.h | 36 using ObjCInterfaceRecord = llvm::MachO::ObjCInterfaceRecord; variable
|
H A D | FrontendRecords.h | 66 std::pair<ObjCInterfaceRecord *, FrontendAttrs *>
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | APIRecords.inc | 77 CONCRETE_RECORD(ObjCInterfaceRecord, ObjCContainerRecord, RK_ObjCInterface) 95 RECORD_CONTEXT(ObjCInterfaceRecord, RK_ObjCInterface)
|
H A D | API.h | 1309 struct ObjCInterfaceRecord : ObjCContainerRecord { struct 1312 ObjCInterfaceRecord(StringRef USR, StringRef Name, SymbolReference Parent, in ObjCInterfaceRecord() function
|
H A D | ExtractAPIVisitor.h | 1039 auto *InterfaceRecord = API.createRecord<ObjCInterfaceRecord>( in VisitObjCInterfaceDecl()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Frontend.cpp | 31 std::pair<ObjCInterfaceRecord *, FrontendAttrs *> 41 ObjCInterfaceRecord *ObjCR = in addObjCInterface()
|
H A D | DylibVerifier.cpp | 232 const ObjCInterfaceRecord *DR) { in compareObjCInterfaceSymbols() 539 static ObjCIFSymbolKind assignObjCIFSymbolKind(const ObjCInterfaceRecord *R) { in assignObjCIFSymbolKind() 552 DylibVerifier::Result DylibVerifier::verify(ObjCInterfaceRecord *R, in verify() 765 void DylibVerifier::visitObjCInterface(const ObjCInterfaceRecord &R) { in visitObjCInterface()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | API.cpp | 146 void ObjCInterfaceRecord::anchor() {} in anchor()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.h | 259 bool visitObjCInterfaceRecord(const ObjCInterfaceRecord *Record);
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 915 const ObjCInterfaceRecord *Record) { in visitObjCInterfaceRecord()
|