Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h708 void setSwiftCopyable(std::optional<bool> Value) { in setSwiftCopyable() function
730 setSwiftCopyable(RHS.isSwiftCopyable());
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp550 Info.setSwiftCopyable(std::optional(false)); in readUnversioned()
552 Info.setSwiftCopyable(std::optional(true)); in readUnversioned()
H A DAPINotesYAMLCompiler.cpp919 TI.setSwiftCopyable(T.SwiftCopyable); in convertTagContext()