Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp608 if (auto Copyable = Info.isSwiftCopyable()) { in ProcessAPINotes() local
609 if (!*Copyable) in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp547 uint8_t Copyable = in readUnversioned() local
549 if (Copyable == kSwiftNonCopyable) in readUnversioned()
551 else if (Copyable == kSwiftCopyable) in readUnversioned()
H A DAPINotesWriter.cpp1210 if (auto Copyable = TI.isSwiftCopyable()) in emitUnversionedInfo() local
1211 writer.write<uint8_t>(*Copyable ? kSwiftCopyable : kSwiftNonCopyable); in emitUnversionedInfo()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1168 ### Matching Arguments that Are Not Copyable