HomeSort by: relevance | last modified time | path
    Searched refs:CoreFoundationABI (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 188 enum class CoreFoundationABI {
311 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 5048 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift);
5049 const bool IsSwift4_1 = CFRuntime == LangOptions::CoreFoundationABI::Swift4_1;
5059 case LangOptions::CoreFoundationABI::Swift: LLVM_FALLTHROUGH;
5060 case LangOptions::CoreFoundationABI::Swift5_0:
5066 case LangOptions::CoreFoundationABI::Swift4_2:
5072 case LangOptions::CoreFoundationABI::Swift4_1:
5182 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
5183 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6558 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift)) {
6568 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
6569 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)

Completed in 32 milliseconds