Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/APINotes/
H A DTypes.h146 void setSwiftBridge(const std::optional<std::string> &SwiftType) { in setSwiftBridge() argument
147 SwiftBridge = SwiftType; in setSwiftBridge()
150 void setSwiftBridge(const std::optional<llvm::StringRef> &SwiftType) { in setSwiftBridge() argument
151 SwiftBridge = SwiftType in setSwiftBridge()
152 ? std::optional<std::string>(std::string(*SwiftType)) in setSwiftBridge()
/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp463 std::optional<SwiftNewTypeKind> SwiftType; member
491 IO.mapOptional("SwiftWrapper", T.SwiftType); in mapping()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1538 auto *SwiftType = IdentifierLoc::create(Actions.Context, Tok.getLocation(), in ParseSwiftNewTypeAttribute() local
1548 ArgsUnion Args[] = {SwiftType}; in ParseSwiftNewTypeAttribute()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td2422 let Args = [StringArgument<"SwiftType">];