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.cpp159 std::optional<bool> SwiftPrivate; member
194 IO.mapOptional("SwiftPrivate", M.SwiftPrivate); in mapping()
213 std::optional<bool> SwiftPrivate; member
234 IO.mapOptional("SwiftPrivate", P.SwiftPrivate); in mapping()
248 std::optional<bool> SwiftPrivate; member
272 IO.mapOptional("SwiftPrivate", C.SwiftPrivate); in mapping()
293 std::optional<bool> SwiftPrivate; member
317 IO.mapOptional("SwiftPrivate", F.SwiftPrivate); in mapping()
332 std::optional<bool> SwiftPrivate; member
351 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.cpp286 if (auto SwiftPrivate = Info.isSwiftPrivate()) { in ProcessAPINotes() local
288 S, D, *SwiftPrivate, Metadata, [&] { in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3169 def SwiftPrivate : InheritableAttr {
3367 ["None", "SwiftPrivate", "NotSwiftPrivate"]>,