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

  /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/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...]

Completed in 25 milliseconds