Home
last modified time | relevance | path

Searched refs:SwiftImportAs (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h657 std::optional<std::string> SwiftImportAs;
678 if (!SwiftImportAs)
679 SwiftImportAs = RHS.SwiftImportAs;
701 LHS.SwiftImportAs == RHS.SwiftImportAs &&
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp416 std::optional<std::string> SwiftImportAs; member
449 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()
H A DAPINotesWriter.cpp1127 return 2 + (TI.SwiftImportAs ? TI.SwiftImportAs->size() : 0) + in getUnversionedInfoSize()
1148 if (auto ImportAs = TI.SwiftImportAs) { in emitUnversionedInfo()
H A DAPINotesReader.cpp552 Info.SwiftImportAs = in readUnversioned()