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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h160 enum class CoreFoundationABI { class in class:clang::LangOptions
256 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2726 llvm::StringSwitch<LangOptions::CoreFoundationABI>(A->getValue())
2728 LangOptions::CoreFoundationABI::ObjectiveC)
2730 LangOptions::CoreFoundationABI::Swift5_0)
2731 .Case("swift-4.2", LangOptions::CoreFoundationABI::Swift4_2)
2732 .Case("swift-4.1", LangOptions::CoreFoundationABI::Swift4_1)
2733 .Default(LangOptions::CoreFoundationABI::ObjectiveC);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4744 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift);
4745 const bool IsSwift4_1 = CFRuntime == LangOptions::CoreFoundationABI::Swift4_1;
4755 case LangOptions::CoreFoundationABI::Swift: LLVM_FALLTHROUGH;
4756 case LangOptions::CoreFoundationABI::Swift5_0:
4762 case LangOptions::CoreFoundationABI::Swift4_2:
4768 case LangOptions::CoreFoundationABI::Swift4_1:
4878 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
4879 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6422 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift)) {
6432 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
6433 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)

Completed in 152 milliseconds