Searched refs:SwiftImportAs (Results 1 – 4 of 4) sorted by relevance
657 std::optional<std::string> SwiftImportAs;678 if (!SwiftImportAs)679 SwiftImportAs = RHS.SwiftImportAs;701 LHS.SwiftImportAs == RHS.SwiftImportAs &&
416 std::optional<std::string> SwiftImportAs; member449 IO.mapOptional("SwiftImportAs", T.SwiftImportAs); in mapping()992 if ((Tag.SwiftRetainOp || Tag.SwiftReleaseOp) && !Tag.SwiftImportAs) { in convertTopLevelItems()1005 if (Tag.SwiftImportAs) in convertTopLevelItems()1006 TI.SwiftImportAs = Tag.SwiftImportAs; in convertTopLevelItems()
1127 return 2 + (TI.SwiftImportAs ? TI.SwiftImportAs->size() : 0) + in getUnversionedInfoSize()1148 if (auto ImportAs = TI.SwiftImportAs) { in emitUnversionedInfo()
552 Info.SwiftImportAs = in readUnversioned()