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

  /external/clang/lib/Lex/
HeaderMap.cpp 197 /// LookupFile - Check to see if the specified relative filename is located in
199 const FileEntry *HeaderMap::LookupFile(
HeaderSearch.cpp 271 /// LookupFile - Lookup the specified file in this search path, returning it
273 const FileEntry *DirectoryLookup::LookupFile(
329 Result = HM->LookupFile(Filename, HS.getFileMgr());
561 /// LookupFile - Given a "foo" or \<foo> reference, look up the indicated file,
566 const FileEntry *HeaderSearch::LookupFile(
717 const FileEntry *FE = SearchDirs[i].LookupFile(
785 LookupFile(ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir,
    [all...]
PPDirectives.cpp 660 // FIXME: Look into directly passing the FileEntry from LookupFile instead.
738 const FileEntry *Preprocessor::LookupFile(
804 while (const FileEntry *FE = HeaderInfo.LookupFile(
821 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]

Completed in 145 milliseconds