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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 311 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 5045 const auto CFRuntime = getLangOpts().CFRuntime;
5047 static_cast<unsigned>(CFRuntime) >=
5049 const bool IsSwift4_1 = CFRuntime == LangOptions::CoreFoundationABI::Swift4_1;
5057 switch (CFRuntime) {
5182 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
5183 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6556 const auto CFRuntime = getLangOpts().CFRuntime;
6557 if (static_cast<unsigned>(CFRuntime) <
6568 if (CFRuntime == LangOptions::CoreFoundationABI::Swift4_1 ||
6569 CFRuntime == LangOptions::CoreFoundationABI::Swift4_2)

Completed in 41 milliseconds