Searched refs:ObjCInterfaceRecord (Results 1 – 16 of 16) 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 | RecordVisitor.h | 29 virtual void visitObjCInterface(const ObjCInterfaceRecord &); 42 void visitObjCInterface(const ObjCInterfaceRecord &) override;
|
| H A D | RecordsSlice.h | 72 LLVM_ABI ObjCInterfaceRecord *addObjCInterface(StringRef Name, 98 LLVM_ABI ObjCInterfaceRecord *findObjCInterface(StringRef Name) const; 196 RecordMap<ObjCInterfaceRecord> Classes;
|
| H A D | Record.h | 192 class ObjCInterfaceRecord : public ObjCContainerRecord { 194 ObjCInterfaceRecord(StringRef Name, RecordLinkage Linkage, in ObjCInterfaceRecord() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | MachO.h | 36 using ObjCInterfaceRecord = llvm::MachO::ObjCInterfaceRecord; variable
|
| H A D | DylibVerifier.h | 112 Result verify(ObjCInterfaceRecord *R, const FrontendAttrs *FA); 172 const ObjCInterfaceRecord *DR); 196 void visitObjCInterface(const ObjCInterfaceRecord &R) override;
|
| 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 | 1336 struct ObjCInterfaceRecord : ObjCContainerRecord { struct 1339 ObjCInterfaceRecord(StringRef USR, StringRef Name, SymbolReference Parent, in ObjCInterfaceRecord() argument
|
| H A D | ExtractAPIVisitor.h | 1081 auto *InterfaceRecord = API.createRecord<ObjCInterfaceRecord>( in VisitObjCInterfaceDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Frontend.cpp | 30 std::pair<ObjCInterfaceRecord *, FrontendAttrs *> 40 ObjCInterfaceRecord *ObjCR = in addObjCInterface()
|
| H A D | DylibVerifier.cpp | 251 const ObjCInterfaceRecord *DR) { in compareObjCInterfaceSymbols() 558 static ObjCIFSymbolKind assignObjCIFSymbolKind(const ObjCInterfaceRecord *R) { in assignObjCIFSymbolKind() 571 DylibVerifier::Result DylibVerifier::verify(ObjCInterfaceRecord *R, in verify() 783 void DylibVerifier::visitObjCInterface(const ObjCInterfaceRecord &R) { in visitObjCInterface()
|
| /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/ |
| H A D | API.cpp | 197 void ObjCInterfaceRecord::anchor() {} in anchor()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 927 const ObjCInterfaceRecord *Record) { in visitObjCInterfaceRecord()
|