Home
last modified time | relevance | path

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

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