Searched refs:getSwiftABIVersion (Results 1 – 5 of 5) sorted by relevance
140 if ((getSwiftABIVersion() != 0) && (O->getSwiftABIVersion() != 0) && in merge()141 (getSwiftABIVersion() != O->getSwiftABIVersion())) { in merge()164 if (getSwiftABIVersion() == 0) in merge()165 IF->setSwiftABIVersion(O->getSwiftABIVersion()); in merge()167 IF->setSwiftABIVersion(getSwiftABIVersion()); in merge()244 IF->setSwiftABIVersion(getSwiftABIVersion()); in remove()312 IF->setSwiftABIVersion(getSwiftABIVersion()); in extract()
305 if (File->getSwiftABIVersion() == 0) in createInterfaceFile()
409 SwiftABIVersion = File->getSwiftABIVersion(); in NormalizedTBD()778 SwiftABIVersion = File->getSwiftABIVersion(); in NormalizedTBD_V4()
963 TBDKey::ABI, File->getSwiftABIVersion(), 0u); in serializeIF()
242 uint8_t getSwiftABIVersion() const { return SwiftABIVersion; } in getSwiftABIVersion() function