Home
last modified time | relevance | path

Searched refs:findObjCInterface (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp51 ObjCContainerRecord *Container = findObjCInterface(Super); in findContainer()
91 ObjCInterfaceRecord *RecordsSlice::findObjCInterface(StringRef Name) const { in findObjCInterface() function in RecordsSlice
201 if (auto *ObjCClass = findObjCInterface(ClassToExtend)) in addObjCCategory()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h91 ObjCInterfaceRecord *findObjCInterface(StringRef Name) const;