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 143 /// LookupFile - Lookup the specified file in this search path, returning it
164 const FileEntry *LookupFile(StringRef Filename, HeaderSearch &HS,
HeaderSearch.h 188 /// \brief Keeps track of each lookup performed by LookupFile.
369 const FileEntry *LookupFile(StringRef Filename, bool isAngled,
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 221 /// LookupFile - Lookup the specified file in this search path, returning it
223 const FileEntry *DirectoryLookup::LookupFile(
270 const FileEntry * const Result = getHeaderMap()->LookupFile(
489 /// LookupFile - Given a "foo" or \<foo> reference, look up the indicated file,
494 const FileEntry *HeaderSearch::LookupFile(
601 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
655 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
    [all...]
PPDirectives.cpp 535 const FileEntry *Preprocessor::LookupFile(
566 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]
Pragma.cpp 473 const FileEntry *File = LookupFile(FilenameTok.getLocation(), Filename,
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 333 const FileEntry *File = PP.getHeaderSearchInfo().LookupFile(
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 374 const FileEntry *FE = PP->LookupFile(Pos, Filename, false, NULL, CurDir,

Completed in 414 milliseconds