Home
last modified time | relevance | path

Searched defs:SwiftType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h142 void setSwiftBridge(const llvm::Optional<std::string> &SwiftType) { in setSwiftBridge()
146 void setSwiftBridge(const llvm::Optional<llvm::StringRef> &SwiftType) { in setSwiftBridge()
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp463 Optional<SwiftNewTypeKind> SwiftType; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1473 auto *SwiftType = IdentifierLoc::create(Actions.Context, Tok.getLocation(), in ParseSwiftNewTypeAttribute() local