Home
last modified time | relevance | path

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

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