Home | History | Annotate | Download | only in Lex

Lines Matching defs:Framework

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.
1036 // Add Frameworks/Name.framework for each subframework.
1039 llvm::sys::path::append(Path, Paths[I-1] + ".framework");
1376 // If we have a framework directory, stop looking.