HomeSort by: relevance | last modified time | path
    Searched defs:LookupFile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderMap.cpp 197 /// LookupFile - Check to see if the specified relative filename is located in
199 Optional<FileEntryRef> HeaderMap::LookupFile(StringRef Filename,
HeaderSearch.cpp 374 /// LookupFile - Lookup the specified file in this search path, returning it
376 Optional<FileEntryRef> DirectoryLookup::LookupFile(
438 Optional<FileEntryRef> Result = HM->LookupFile(Filename, HS.getFileMgr());
749 /// LookupFile - Given a "foo" or \<foo> reference, look up the indicated file,
754 Optional<FileEntryRef> HeaderSearch::LookupFile(
921 Optional<FileEntryRef> File = SearchDirs[i].LookupFile(
1007 Optional<FileEntryRef> File = LookupFile(
PPDirectives.cpp 661 // FIXME: Look into directly passing the FileEntry from LookupFile instead.
745 Optional<FileEntryRef> Preprocessor::LookupFile(
806 while (Optional<FileEntryRef> FE = HeaderInfo.LookupFile(
824 Optional<FileEntryRef> FE = HeaderInfo.LookupFile(
1756 Optional<FileEntryRef> File = LookupFile(
1774 Optional<FileEntryRef> File = LookupFile(
1793 Optional<FileEntryRef> File = LookupFile(
1824 Optional<FileEntryRef> File = LookupFile(

Completed in 31 milliseconds