Home
last modified time | relevance | path

Searched refs:getSwiftBridge (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h147 const std::optional<std::string> &getSwiftBridge() const { in getSwiftBridge() function
175 setSwiftBridge(RHS.getSwiftBridge());
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp539 return 2 + (CTI.getSwiftBridge() ? CTI.getSwiftBridge()->size() : 0) + 2 + in getCommonTypeInfoSize()
549 if (auto swiftBridge = CTI.getSwiftBridge()) { in emitCommonTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp323 if (auto SwiftBridge = Info.getSwiftBridge()) { in ProcessAPINotes()