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

  /external/clang/include/clang/Lex/
HeaderMap.h 49 /// LookupFile - Check to see if the specified relative filename is located in
55 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
DirectoryLookup.h 130 /// LookupFile - Lookup the specified file in this search path, returning it
149 const FileEntry *LookupFile(StringRef Filename, HeaderSearch &HS,
HeaderSearch.h 144 /// LookupFile. The first part of the value is the starting index in
227 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
252 const FileEntry *LookupFile(StringRef Filename, bool isAngled,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 142 = SearchDirs[Idx].LookupFile(UmbrellaHeaderName, *this, 0, 0,
171 /// LookupFile - Lookup the specified file in this search path, returning it
173 const FileEntry *DirectoryLookup::LookupFile(
202 const FileEntry * const Result = getHeaderMap()->LookupFile(
324 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
329 const FileEntry *HeaderSearch::LookupFile(
426 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
464 const FileEntry *Result = LookupFile(ScratchFilename, /*isAngled=*/true,
HeaderMap.cpp 200 /// LookupFile - Check to see if the specified relative filename is located in
202 const FileEntry *HeaderMap::LookupFile(
PPDirectives.cpp 479 /// LookupFile - Given a "foo" or <foo> reference, look up the indicated file,
482 const FileEntry *Preprocessor::LookupFile(
511 const FileEntry *FE = HeaderInfo.LookupFile(
    [all...]
PPMacroExpansion.cpp 797 PP.LookupFile(Filename, isAngled, LookupFrom, CurDir, NULL, NULL, NULL);
    [all...]