Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h143 const std::optional<std::string> &getSwiftBridge() const { in getSwiftBridge() function
171 setSwiftBridge(RHS.getSwiftBridge());
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp529 return 2 + (CTI.getSwiftBridge() ? CTI.getSwiftBridge()->size() : 0) + 2 + in getCommonTypeInfoSize()
539 if (auto swiftBridge = CTI.getSwiftBridge()) { in emitCommonTypeInfo()