Searched refs:ClassToExtend (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | RecordsSlice.cpp | 135 ObjCCategoryRecord *RecordsSlice::findObjCCategory(StringRef ClassToExtend, in findObjCCategory() argument 137 return findRecord<ObjCCategoryRecord>(std::make_pair(ClassToExtend, Category), in findObjCCategory() 225 ObjCCategoryRecord *RecordsSlice::addObjCCategory(StringRef ClassToExtend, in addObjCCategory() argument 228 ClassToExtend = copyString(ClassToExtend); in addObjCCategory() 231 auto Result = Categories.try_emplace(std::make_pair(ClassToExtend, Category)); in addObjCCategory() 234 std::make_unique<ObjCCategoryRecord>(ClassToExtend, Category); in addObjCCategory() 237 if (auto *ObjCClass = findObjCInterface(ClassToExtend)) in addObjCCategory()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Record.h | 181 ObjCCategoryRecord(StringRef ClassToExtend, StringRef Name) in ObjCCategoryRecord() argument 183 ClassToExtend(ClassToExtend) {} in ObjCCategoryRecord() 185 StringRef getSuperClassName() const { return ClassToExtend; } in getSuperClassName() 188 StringRef ClassToExtend;
|
| H A D | RecordsSlice.h | 91 LLVM_ABI ObjCCategoryRecord *addObjCCategory(StringRef ClassToExtend, 105 LLVM_ABI ObjCCategoryRecord *findObjCCategory(StringRef ClassToExtend,
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Frontend.cpp | 48 FrontendRecordsSlice::addObjCCategory(StringRef ClassToExtend, in addObjCCategory() argument 53 llvm::MachO::RecordsSlice::addObjCCategory(ClassToExtend, CategoryName); in addObjCCategory()
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | FrontendRecords.h | 83 addObjCCategory(StringRef ClassToExtend, StringRef CategoryName,
|