Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp595 uint8_t Copyable = in readUnversioned() local
597 if (Copyable == kSwiftConforms || Copyable == kSwiftDoesNotConform) in readUnversioned()
598 Info.setSwiftCopyable(std::optional(Copyable == kSwiftConforms)); in readUnversioned()
H A DAPINotesWriter.cpp1297 if (auto Copyable = TI.isSwiftCopyable()) in emitUnversionedInfo() local
1298 writer.write<uint8_t>(*Copyable ? kSwiftConforms : kSwiftDoesNotConform); in emitUnversionedInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp705 if (auto Copyable = Info.isSwiftCopyable()) { in ProcessAPINotes() local
706 if (!*Copyable) in ProcessAPINotes()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1168 ### Matching Arguments that Are Not Copyable