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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 56 ALWAYS_ENABLED_STATISTIC(NumFrameworkLookups, "Number of framework lookups.");
107 llvm::errs() << NumFrameworkLookups << " framework lookups.\n"
265 // Search for or infer a module map for a framework. Here we use
270 llvm::sys::path::append(FrameworkDirName, SearchName + ".framework");
432 // Check if the headermap maps the filename to a framework include
434 // framework include.
451 /// Given a framework directory, find the top-most framework directory.
454 /// \param DirName The name of the framework directory.
456 /// returned top-level module to the originally named framework
    [all...]
ModuleMap.cpp 159 // Collect the framework names from the given module to the top-level module.
169 // Add Frameworks/Name.framework for each subframework.
171 llvm::sys::path::append(Path, "Frameworks", Paths[I-1] + ".framework");
204 // 'framework module FrameworkName.Private', since a 'Private.Framework'
232 if (!NormalHdrFile && Directory->getName().endswith(".framework")) {
233 // The lack of 'framework' keyword in a module declaration it's a simple
235 // framework style path.
905 /// For a framework module, infer the framework against which w
    [all...]
  /src/external/bsd/zstd/dist/build/VS_scripts/
build.generic.cmd 31 SET msbuild="%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe"
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h 77 /// Whether this is a header inside a framework that is currently
80 /// When a framework is being built, the headers have not yet been placed
81 /// into the appropriate framework subdirectories, and therefore are
83 /// those framework headers.
109 /// If this header came from a framework include, this is the name
110 /// of the framework.
111 StringRef Framework;
145 /// This structure is used to record entries in our framework cache.
147 /// The directory entry which should be used for the cached framework.
150 /// Whether this framework has been "user-specified" to be treated as if i
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 15 using NUnit.Framework;
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 15 using NUnit.Framework;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 15 using NUnit.Framework;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 15 using NUnit.Framework;
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 15 using NUnit.Framework;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1634 // Keep track of the framework names we've used during serialization.
1711 if (!Data.HFI.Framework.empty()) {
1712 // If this header refers into a framework, save the framework name.
1714 = FrameworkNameOffset.find(Data.HFI.Framework);
1717 FrameworkStringData.append(Data.HFI.Framework);
1720 FrameworkNameOffset[Data.HFI.Framework] = Offset;
ASTReader.cpp 1900 // The framework offset is 1 greater than the actual offset,
1901 // since 0 is used as an indicator for "no framework name".
1903 HFI.Framework = HS->getUniqueFrameworkName(FrameworkName);
  /src/external/mpl/bind/dist/
configure 24434 # kludge to silence compiler warnings which recommend use of GSS.framework on macOS
28234 # Check whether to build with cmocka unit testing framework
32331 test -z "$HAVE_CMOCKA" || echo " CMocka Unit Testing Framework (--with-cmocka)"
32383 test "no" = "$with_cmocka" && echo " CMocka Unit Testing Framework (--with-cmocka)"

Completed in 85 milliseconds