Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h151 void setSwiftBridge(std::optional<std::string> SwiftType) { in setSwiftBridge() argument
152 SwiftBridge = SwiftType; in setSwiftBridge()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp527 std::optional<SwiftNewTypeKind> SwiftType; member
555 IO.mapOptional("SwiftWrapper", T.SwiftType); in mapping()
1179 TInfo.SwiftWrapper = Typedef.SwiftType; in convertTopLevelItems()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1660 auto *SwiftType = new (Actions.Context) in ParseSwiftNewTypeAttribute() local
1670 ArgsUnion Args[] = {SwiftType}; in ParseSwiftNewTypeAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3071 def SwiftType : Attr {
3107 let Args = [StringArgument<"SwiftType">];