Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h247 std::optional<bool> getSwiftImportAsNonGeneric() const { in getSwiftImportAsNonGeneric() function
278 setSwiftImportAsNonGeneric(RHS.getSwiftImportAsNonGeneric());
295 LHS.getSwiftImportAsNonGeneric() == RHS.getSwiftImportAsNonGeneric() &&
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp695 if (auto AsNonGeneric = Info.getSwiftImportAsNonGeneric()) { in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp586 if (auto swiftImportAsNonGeneric = OCI.getSwiftImportAsNonGeneric()) in emitUnversionedInfo()