Home
last modified time | relevance | path

Searched refs:SwiftCopyable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h729 unsigned SwiftCopyable : 1;
749 SwiftCopyable(false), SwiftEscapableSpecified(false), in TagInfo()
763 return SwiftCopyableSpecified ? std::optional<bool>(SwiftCopyable) in isSwiftCopyable()
768 SwiftCopyable = Value.value_or(false); in setSwiftCopyable()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp110 OS << (SwiftCopyable ? "[SwiftCopyable] " : "[~SwiftCopyable]"); in dump()
H A DAPINotesYAMLCompiler.cpp468 std::optional<bool> SwiftCopyable; member
509 IO.mapOptional("SwiftCopyable", T.SwiftCopyable); in mapping()
998 if (T.SwiftCopyable) in convertTagContext()
999 TI.setSwiftCopyable(T.SwiftCopyable); in convertTagContext()