HomeSort by relevance Sort by last modified time
    Searched defs:Framework (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearch.h 55 /// \brief Whether this is a header inside a framework that is currently
58 /// When a framework is being built, the headers have not yet been placed
59 /// into the appropriate framework subdirectories, and therefore are
61 /// those framework headers.
85 /// \brief If this header came from a framework include, this is the name
86 /// of the framework.
87 StringRef Framework;
121 /// file referenced by a #include or #include_next, (sub-)framework lookup, etc.
123 /// This structure is used to record entries in our framework cache.
125 /// The directory entry which should be used for the cached framework
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 308 // framework to load *everything*. But, it's not clear that this is a good
344 if (!StringRef(Dir->path()).endswith(".framework"))
580 .Case("framework", MMToken::FrameworkKeyword)
743 /// 'explicit'[opt] 'framework'[opt] 'module' module-id attributes[opt]
765 // Parse 'explicit' or 'framework' keyword, if present.
768 bool Framework = false;
776 // Parse 'framework' keyword, if present.
779 Framework = true;
925 ActiveModule = Map.findOrCreateModule(ModuleName, ActiveModule, Framework,
1026 // Collect the framework names from the given module to the top-level module
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 73 milliseconds