Home
last modified time | relevance | path

Searched refs:CoreFoundationABI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h244 enum class CoreFoundationABI { enum
498 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6221 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift); in GetAddrOfConstantCFString()
6222 const bool IsSwift4_1 = CFRuntime == LangOptions::CoreFoundationABI::Swift4_1; in GetAddrOfConstantCFString()
6232 case LangOptions::CoreFoundationABI::Swift: [[fallthrough]]; in GetAddrOfConstantCFString()
6233 case LangOptions::CoreFoundationABI::Swift5_0: in GetAddrOfConstantCFString()
6239 case LangOptions::CoreFoundationABI::Swift4_2: in GetAddrOfConstantCFString()
6245 case LangOptions::CoreFoundationABI::Swift4_1: in GetAddrOfConstantCFString()
6348 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 || in GetAddrOfConstantCFString()
6349 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2) in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7773 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift)) { in getCFConstantStringDecl()
7783 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 || in getCFConstantStringDecl()
7784 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2) in getCFConstantStringDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2008 NormalizedValuesScope<"LangOptions::CoreFoundationABI">,