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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h259 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified; member in class:clang::LangOptions
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4686 const auto CFRuntime = getLangOpts().CFRuntime; local
4688 static_cast<unsigned>(CFRuntime) >=
4690 const bool IsSwift4_1 = CFRuntime == LangOptions::CoreFoundationABI::Swift4_1;
4698 switch (CFRuntime) {
4823 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
4824 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6170 const auto CFRuntime = getLangOpts().CFRuntime; local
6171 if (static_cast<unsigned>(CFRuntime) <
6182 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
6183 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2668 Opts.CFRuntime =

Completed in 212 milliseconds