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.cpp472 std::optional<SwiftNewTypeKind> SwiftType; member
500 IO.mapOptional("SwiftWrapper", T.SwiftType); in mapping()
1091 TInfo.SwiftWrapper = Typedef.SwiftType; in convertTopLevelItems()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1762 auto *SwiftType = IdentifierLoc::create(Actions.Context, Tok.getLocation(), in ParseSwiftNewTypeAttribute() local
1772 ArgsUnion Args[] = {SwiftType}; in ParseSwiftNewTypeAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2788 let Args = [StringArgument<"SwiftType">];