Home | History | Annotate | Download | only in Lex

Lines Matching full:framework

75   fprintf(stderr, "%d framework lookups.\n", NumFrameworkLookups);
162 /// DirectoryLookup, which is a framework directory.
170 // Framework names must have a '/' in the filename.
174 // Find out if this is the home for the specified framework, by checking
183 // Otherwise, construct the path to this framework dir.
194 // FrameworkName = "/System/Library/Frameworks/Cocoa.framework/"
195 FrameworkName += ".framework/";
202 // If the framework dir doesn't exist, we fail.
209 // framework.
218 // Check "/System/Library/Frameworks/Cocoa.framework/Headers/file.h"
235 // Check "/System/Library/Frameworks/Cocoa.framework/PrivateHeaders/file.h"
369 /// within ".../Carbon.framework/Headers/Carbon.h", check to see if HIToolbox
370 /// is a subframework within Carbon.framework. If so, return the FileEntry
379 // Framework names must have a '/' in the filename. Find it.
383 // Look up the base framework name of the ContextFileEnt.
386 // If the context info wasn't a framework, couldn't be a subframework.
387 const char *FrameworkPos = strstr(ContextName, ".framework/");
392 FrameworkPos+strlen(".framework/"));
394 // Append Frameworks/HIToolbox.framework/
397 FrameworkName += ".framework/";
413 // If the framework dir doesn't exist, we fail.
418 // framework.
429 // Check ".../Frameworks/HIToolbox.framework/Headers/HIToolbox.h"
441 // Check ".../Frameworks/HIToolbox.framework/PrivateHeaders/HIToolbox.h"