Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h498 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6218 const auto CFRuntime = getLangOpts().CFRuntime; in GetAddrOfConstantCFString() local
6220 static_cast<unsigned>(CFRuntime) >= in GetAddrOfConstantCFString()
6222 const bool IsSwift4_1 = CFRuntime == LangOptions::CoreFoundationABI::Swift4_1; in GetAddrOfConstantCFString()
6230 switch (CFRuntime) { 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.cpp7771 const auto CFRuntime = getLangOpts().CFRuntime; in getCFConstantStringDecl() local
7772 if (static_cast<unsigned>(CFRuntime) < 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.td2010 MarshallingInfoEnum<LangOpts<"CFRuntime">, "ObjectiveC">;