Searched refs:ObjCR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordVisitor.cpp | 59 void SymbolConverter::visitObjCInterface(const ObjCInterfaceRecord &ObjCR) { in visitObjCInterface() argument 60 if (!shouldSkipRecord(ObjCR, RecordUndefs)) { in visitObjCInterface() 61 if (ObjCR.isCompleteInterface()) { in visitObjCInterface() 62 Symbols->addGlobal(EncodeKind::ObjectiveCClass, ObjCR.getName(), in visitObjCInterface() 63 ObjCR.getFlags(), Targ); in visitObjCInterface() 64 if (ObjCR.hasExceptionAttribute()) in visitObjCInterface() 65 Symbols->addGlobal(EncodeKind::ObjectiveCClassEHType, ObjCR.getName(), in visitObjCInterface() 66 ObjCR.getFlags(), Targ); in visitObjCInterface() 70 if (ObjCR.isExportedSymbol(ObjCIFSymbolKind::EHType)) in visitObjCInterface() 72 (ObjC2EHTypePrefix + ObjCR.getName()).str(), in visitObjCInterface() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Frontend.cpp | 41 ObjCInterfaceRecord *ObjCR = in addObjCInterface() local 44 {ObjCR, FrontendAttrs{Avail, D, D->getLocation(), Access}}); in addObjCInterface() 45 return {ObjCR, &(Result.first->second)}; in addObjCInterface() 53 ObjCCategoryRecord *ObjCR = in addObjCCategory() local 56 {ObjCR, FrontendAttrs{Avail, D, D->getLocation(), Access}}); in addObjCCategory() 57 return {ObjCR, &(Result.first->second)}; in addObjCCategory() 69 ObjCIVarRecord *ObjCR = in addObjCIVar() local 72 {ObjCR, FrontendAttrs{Avail, D, D->getLocation(), Access}}); in addObjCIVar() 74 return {ObjCR, &(Result.first->second)}; in addObjCIVar()
|