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

  /external/clang/include/clang/Lex/
HeaderMap.h 50 /// LookupFile - Check to see if the specified relative filename is located in
56 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 147 /// LookupFile - Lookup the specified file in this search path, returning it
172 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS,
HeaderSearch.h 192 /// Keeps track of each lookup performed by LookupFile.
387 const FileEntry *LookupFile(StringRef Filename, SourceLocation IncludeLoc,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
HeaderMap.cpp 200 /// LookupFile - Check to see if the specified relative filename is located in
202 const FileEntry *HeaderMap::LookupFile(
HeaderSearch.cpp 261 /// LookupFile - Lookup the specified file in this search path, returning it
263 const FileEntry *DirectoryLookup::LookupFile(
316 Result = HM->LookupFile(Filename, HS.getFileMgr());
559 /// LookupFile - Given a "foo" or \<foo> reference, look up the indicated file,
564 const FileEntry *HeaderSearch::LookupFile(
722 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
788 const FileEntry *FE = LookupFile(
    [all...]
PPDirectives.cpp 548 // FIXME: Look into directly passing the FileEntry from LookupFile instead.
560 const FileEntry *Preprocessor::LookupFile(
605 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 475 const FileEntry *File = LookupFile(FilenameTok.getLocation(), Filename,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 336 const FileEntry *File = PP.getHeaderSearchInfo().LookupFile(
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 405 const FileEntry *FE = PP->LookupFile(Pos, Filename, false, nullptr,

Completed in 330 milliseconds