Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp99 ObjCInterfaceRecord::getLinkageForSymbol(ObjCIFSymbolKind CurrType) const { in getLinkageForSymbol()
100 assert(CurrType <= ObjCIFSymbolKind::EHType && in getLinkageForSymbol()
102 if (CurrType == ObjCIFSymbolKind::Class) in getLinkageForSymbol()
105 if (CurrType == ObjCIFSymbolKind::MetaClass) in getLinkageForSymbol()
108 if (CurrType == ObjCIFSymbolKind::EHType) in getLinkageForSymbol()
/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h206 bool isExportedSymbol(ObjCIFSymbolKind CurrType) const { in isExportedSymbol() argument
207 return getLinkageForSymbol(CurrType) >= RecordLinkage::Rexported; in isExportedSymbol()
210 RecordLinkage getLinkageForSymbol(ObjCIFSymbolKind CurrType) const;