Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp58 ObjCContainerRecord *Container = findObjCInterface(Super); in findContainer()
131 ObjCInterfaceRecord *RecordsSlice::findObjCInterface(StringRef Name) const { in findObjCInterface() function in RecordsSlice
238 if (auto *ObjCClass = findObjCInterface(ClassToExtend)) in addObjCCategory()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h95 ObjCInterfaceRecord *findObjCInterface(StringRef Name) const;
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp160 return Slice->findObjCInterface(Name); in findRecordFromSlice()
468 R, SymCtx, Ctx.DylibSlice->findObjCInterface(DR->getName()))) { in verifyImpl()