Home | History | Annotate | Download | only in Lex

Lines Matching refs:Directory

197     // Search for a module map file in this directory.
221 // search directory, don't do it again.
226 // directory.
242 /// getName - Return the directory or filename corresponding to this lookup
288 // Concatenate the requested file onto the directory.
311 assert(isHeaderMap() && "Unknown directory lookup");
348 /// \brief Given a framework directory, find the top-most framework directory.
350 /// \param FileMgr The file manager to use for directory lookups.
351 /// \param DirName The name of the framework directory.
358 "Not a framework directory");
377 // Get the parent directory name.
382 // Determine whether this directory exists.
387 // If this is a framework directory, then we're a subframework of this
399 /// DirectoryLookup, which is a framework directory.
416 // If it is known and in some other directory, fail.
417 if (CacheEntry.Directory && CacheEntry.Directory != getFrameworkDir())
436 if (!CacheEntry.Directory) {
445 CacheEntry.Directory = getFrameworkDir();
447 // If this is a user search directory, check if the framework has been
498 // Determine whether this directory exists.
503 // If this is a framework directory, then we're a subframework of this
510 // Get the parent directory name.
599 // directory. This cannot be based on CurDir, because each includer could be
609 // Concatenate the requested file onto the directory.
683 // If this is a #include_next request, start searching after the directory the
711 // Check each directory in sequence to see if it contains this file.
731 // If the directory characteristic is User but this framework was
853 if (CacheLookup.second.Directory &&
860 if (!CacheLookup.second.Directory) {
869 CacheLookup.second.Directory = Dir;
1102 // Get the parent directory name.
1107 // Determine whether this directory exists.
1112 // Try to load the module map file in this directory.
1200 // Find the directory for the module. For frameworks, that may require going
1201 // up from the 'Modules' directory.
1213 // and the removal of the directory.
1253 // This directory has a module map.
1285 // Try to infer a module map from the framework directory.
1368 // Try to load a module map file for the search directory.
1373 // search directory.
1397 // Try to load a module map file for the search directory.