HomeSort by: relevance | last modified time | path
    Searched refs:SwiftType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/APINotes/
Types.h 142 void setSwiftBridge(const llvm::Optional<std::string> &SwiftType) {
143 SwiftBridge = SwiftType;
146 void setSwiftBridge(const llvm::Optional<llvm::StringRef> &SwiftType) {
147 SwiftBridge = SwiftType
148 ? llvm::Optional<std::string>(std::string(*SwiftType))
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp 463 Optional<SwiftNewTypeKind> SwiftType;
491 IO.mapOptional("SwiftWrapper", T.SwiftType);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1473 auto *SwiftType = IdentifierLoc::create(Actions.Context, Tok.getLocation(),
1483 ArgsUnion Args[] = {SwiftType};

Completed in 48 milliseconds