Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h776 void setSwiftEscapable(std::optional<bool> Value) { in setSwiftEscapable() function
806 setSwiftEscapable(RHS.isSwiftEscapable());
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp1001 TI.setSwiftEscapable(T.SwiftEscapable); in convertTagContext()
H A DAPINotesReader.cpp602 Info.setSwiftEscapable(std::optional(Escapable == kSwiftConforms)); in readUnversioned()