Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h734 unsigned SwiftEscapable : 1;
750 SwiftEscapable(false) {} in TagInfo()
772 return SwiftEscapableSpecified ? std::optional<bool>(SwiftEscapable) in isSwiftEscapable()
778 SwiftEscapable = Value.value_or(false); in setSwiftEscapable()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp112 OS << (SwiftEscapable ? "[SwiftEscapable] " : "[~SwiftEscapable]"); in dump()
H A DAPINotesYAMLCompiler.cpp469 std::optional<bool> SwiftEscapable; member
510 IO.mapOptional("SwiftEscapable", T.SwiftEscapable); in mapping()
1000 if (T.SwiftEscapable) in convertTagContext()
1001 TI.setSwiftEscapable(T.SwiftEscapable); in convertTagContext()