Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h139 std::optional<std::string> SwiftBridge; variable
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp244 std::optional<StringRef> SwiftBridge; member
414 std::optional<StringRef> SwiftBridge; member
470 std::optional<StringRef> SwiftBridge; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp323 if (auto SwiftBridge = Info.getSwiftBridge()) { in ProcessAPINotes() local