Home
last modified time | relevance | path

Searched refs:SwiftPrivate (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp156 std::optional<bool> SwiftPrivate; member
190 IO.mapOptional("SwiftPrivate", M.SwiftPrivate); in mapping()
207 std::optional<bool> SwiftPrivate; member
228 IO.mapOptional("SwiftPrivate", P.SwiftPrivate); in mapping()
242 std::optional<bool> SwiftPrivate; member
266 IO.mapOptional("SwiftPrivate", C.SwiftPrivate); in mapping()
287 std::optional<bool> SwiftPrivate; member
310 IO.mapOptional("SwiftPrivate", F.SwiftPrivate); in mapping()
323 std::optional<bool> SwiftPrivate; member
342 IO.mapOptional("SwiftPrivate", GV.SwiftPrivate); in mapping()
[all …]
H A DAPINotesTypes.cpp20 OS << (SwiftPrivate ? "[SwiftPrivate] " : ""); in dump()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h72 unsigned SwiftPrivate : 1;
80 SwiftPrivate(0) {} in CommonEntityInfo()
83 return SwiftPrivateSpecified ? std::optional<bool>(SwiftPrivate) in isSwiftPrivate()
89 SwiftPrivate = Private.value_or(0); in setSwiftPrivate()
126 LHS.SwiftPrivate == RHS.SwiftPrivate && LHS.SwiftName == RHS.SwiftName;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp288 if (auto SwiftPrivate = Info.isSwiftPrivate()) { in ProcessAPINotes() local
290 S, D, *SwiftPrivate, Metadata, [&] { in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2850 def SwiftPrivate : InheritableAttr {
3037 ["None", "SwiftPrivate", "NotSwiftPrivate"]>,