HomeSort by relevance Sort by last modified time
    Searched refs:LookupFile (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
HeaderSearch.h 180 /// Keeps track of each lookup performed by LookupFile.
378 const FileEntry *LookupFile(
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
HeaderSearch.h 180 /// Keeps track of each lookup performed by LookupFile.
378 const FileEntry *LookupFile(
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
HeaderSearch.h 180 /// Keeps track of each lookup performed by LookupFile.
378 const FileEntry *LookupFile(
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
HeaderSearch.h 180 /// Keeps track of each lookup performed by LookupFile.
378 const FileEntry *LookupFile(
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
HeaderSearch.h 180 /// Keeps track of each lookup performed by LookupFile.
378 const FileEntry *LookupFile(
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMap.h 81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
177 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
  /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...]

Completed in 167 milliseconds

1 2