Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h737 std::optional<std::string> SwiftImportAs;
784 if (!SwiftImportAs)
785 SwiftImportAs = RHS.SwiftImportAs;
818 LHS.SwiftImportAs == RHS.SwiftImportAs &&
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp460 std::optional<std::string> SwiftImportAs; member
501 IO.mapOptional("SwiftImportAs", T.SwiftImportAs); in mapping()
974 if ((T.SwiftRetainOp || T.SwiftReleaseOp) && !T.SwiftImportAs) { in convertTagContext()
987 if (T.SwiftImportAs) in convertTagContext()
988 TI.SwiftImportAs = T.SwiftImportAs; in convertTagContext()
H A DAPINotesWriter.cpp1273 return 2 + (TI.SwiftImportAs ? TI.SwiftImportAs->size() : 0) + in getUnversionedInfoSize()
1307 if (auto ImportAs = TI.SwiftImportAs) { in emitUnversionedInfo()
H A DAPINotesReader.cpp607 Info.SwiftImportAs = in readUnversioned()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp688 if (auto ImportAs = Info.SwiftImportAs) in ProcessAPINotes()