Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h235 std::optional<bool> getSwiftImportAsNonGeneric() const { in getSwiftImportAsNonGeneric() function
273 setSwiftImportAsNonGeneric(RHS.getSwiftImportAsNonGeneric());
290 LHS.getSwiftImportAsNonGeneric() == RHS.getSwiftImportAsNonGeneric() &&
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp577 if (auto swiftImportAsNonGeneric = OCI.getSwiftImportAsNonGeneric()) in emitUnversionedInfo()